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