Ben Lin
2024-10-07 b6163e1bed94b4d02d1b6f01fdc2eb3f15ca22e3
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';