Ben Lin
2024-06-21 0990f596791ebc4518e293a2d60407ff1165b53c
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';