Ben Lin
2024-07-01 f60c5156615626515bd6d84f151a1292b8b936c1
1
2
3
4
5
6
7
import { CSSProperties } from 'vue';
import { VxeGridProps } from 'vxe-table';
 
export type BasicTableProps = VxeGridProps & {
  tableClass?: string;
  tableStyle?: CSSProperties;
};