Ben Lin
2024-10-30 28a53fe81cdb551d2bf2023167487a3060e0f180
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';