ant design 的二次封装,主要给ant design pro 和 procomponents使用,重度绑定业务。
npm install e-antd-pro-components

ant design 的二次封装,主要给 ant design pro 和 procomponents 使用,重度绑定业务。
``bash`
$ npm install e-antd-pro-components
`tsx
// app.tsx
import { EConfigProvider } from 'e-antd-pro-components'
import type { EConfigProviderProps } from 'e-antd-pro-components'
const config: EConfigProviderProps["config"] = {
upload: {
api: onUploadFile
},
translate: {
api: onTranslateApi
}
}
{children}
``
TODO
MIT