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