UNPKG

@visactor/vtable

Version:

canvas table width high performance

5 lines (4 loc) 222 B
import type { TextIcon, ImageIcon, PathIcon, SvgIcon } from '../ts-types'; type IconPropKey = keyof TextIcon | keyof SvgIcon | keyof ImageIcon | keyof PathIcon; export declare const iconPropKeys: IconPropKey[]; export {};