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