UNPKG

element-plus

Version:

A Component Library for Vue 3

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;