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