UNPKG

282 BTypeScriptView Raw
1import { CoreTypes } from '../../core-types';
2export declare function cleanupImportantFlags(value: unknown, propertyName: string): string;
3export declare function parseCSSShorthand(value: string): {
4 values: Array<CoreTypes.LengthType>;
5 color: string;
6 inset: boolean;
7};