快速开始
本节将介绍如何在项目中使用 Dinert Ant Design。
导入
App.tsx
tsx
import { DinertTablePage } from '@dinert/ant-design'
const App = () => {
return (
<DinertForm {...dinertForm}>
</DinertForm>
)
}
export default App