yyg1378265336
2025-02-27 1384174f03c9a009cfbb3ae99aaeec21f177e4c2
src/components/Table/index.ts
@@ -7,5 +7,5 @@
export * from './src/types/pagination';
export * from './src/types/tableAction';
export { useTable } from './src/hooks/useTable';
export type { FormSchema, FormProps } from '/@/components/Form/src/types/form';
export type { FormSchema, FormProps } from '@/components/Form/src/types/form';
export type { EditRecordRow } from './src/components/editable';