ag-grid-enterprise
Version:
AG Grid Enterprise Features
6 lines (5 loc) • 466 B
TypeScript
export declare const convertLegacyPattern: (name: string | undefined) => string;
export declare const convertLegacyColor: (color?: string | undefined) => string | undefined;
export declare const convertLegacyBorder: (type?: string | undefined, weight?: number | undefined) => string;
export declare const convertLegacyHorizontalAlignment: (alignment: string) => string;
export declare const convertLegacyVerticalAlignment: (alignment: string) => string | undefined;