UNPKG

hongluan-ui

Version:
4 lines (3 loc) 209 B
import type { CSSProperties } from 'vue'; import type { AnyColumns } from '../types'; export declare const calcColumnStyle: (column: AnyColumns[number], fixedColumn: boolean, fixed: boolean) => CSSProperties;