UNPKG

react-admin-kit

Version:

A react based UI components for admin system

21 lines (20 loc) 1.09 kB
export { default as ProForm } from './ProForm'; export { default as SchemaForm } from './SchemaForm'; export { default as ModalForm } from './ModalForm'; export { default as ProTable } from './ProTable'; export { default as BusinessSelectBuilder } from './BusinessSelectBuilder'; export { clearSelectCache } from './BusinessSelectBuilder'; export { default as BusinessTreeSelectBuilder } from './BusinessTreeSelectBuilder'; export { clearTreeSelectCache } from './BusinessTreeSelectBuilder'; export { default as Button } from './Button'; export { default as FormUpload } from './FormUpload'; export { default as LinkButton } from './LinkButton'; export { default as SettingProvider } from './SettingProvider'; /** * 类型定义 */ export type { InnerRefType, TableColumnType } from './ProTable/types'; export type { ModalFormInnerRefType } from './ModalForm/types'; export type { ProFormInstance } from '@ant-design/pro-form'; export type { FormColumnType, SchemaFormInnerRefType } from './SchemaForm/types'; export type { ActionType as ActionRefType } from '@ant-design/pro-table';