UNPKG

151 BTypeScriptView Raw
1export declare function getWidth(value?: {
2 [key: string]: any;
3} | number | null | undefined, defaultWidth?: number | null, key?: string): string;