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