refactor & perf of files datesets/Doc.tsx and template.xx.mdx (#17951)

This commit is contained in:
yusheng chen
2025-04-13 18:12:29 +08:00
committed by GitHub
parent 7ca497f0d6
commit c9a594100b
4 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
{/**
* @typedef Props
* @property {string} apiBaseUrl
*/}
import { CodeGroup } from '@/app/components/develop/code.tsx'
import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstruction, Paragraph } from '@/app/components/develop/md.tsx'