@aplus-frontend/ui
Version:
19 lines (18 loc) • 916 B
TypeScript
import { ComputedRef } from 'vue';
export declare const useTableStyle: () => ComputedRef<{
'--vxe-ui-table-row-checkbox-checked-background-color': string;
'--vxe-ui-table-row-hover-checkbox-checked-background-color': string;
'--vxe-ui-font-primary-color': string;
'--vxe-ui-table-header-background-color': string;
'--vxe-ui-table-cell-padding-default': string;
'--vxe-ui-table-cell-padding-medium': string;
'--vxe-ui-table-row-height-medium': string;
'--vxe-ui-table-row-height-mini': string;
'--vxe-ui-table-row-radio-checked-background-color': string;
'--vxe-ui-table-row-hover-radio-checked-background-color': string;
'--vxe-ui-font-color': string;
'--vxe-ui-table-border-color': string;
'--vxe-ui-table-header-font-color': string;
'--vxe-ui-table-fixed-left-scrolling-box-shadow': string;
'--vxe-ui-table-fixed-right-scrolling-box-shadow': string;
}>;