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';