@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
9 lines (8 loc) • 367 B
TypeScript
import { CoreTypes } from '../../core-types';
export declare function cleanupImportantFlags(value: unknown, propertyName: string): string;
export declare function parseCSSCommaSeparatedListOfValues(value: string): string[];
export declare function parseCSSShorthand(value: string): {
values: Array<CoreTypes.LengthType>;
color: string;
inset: boolean;
};