刘光辉
11 小时以前 0dfe84494048ce27ba8449831782128412d3eb13
1
2
3
4
5
6
7
8
9
import './src/style/index.scss';
 
export type { FormProps, FormSchema } from '../basicForm/src/types/form';
export { default as BasicVxeTable } from './src/BasicVxeTable.vue';
export { default as TableAction } from './src/components/TableAction.vue';
export { useVxeTable } from './src/hooks/useTable';
export * from './src/types/pagination';
export * from './src/types/table';
export * from './src/types/tableAction';