UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

8 lines (7 loc) 282 B
import { CoreTypes } from '../../core-types'; export declare function cleanupImportantFlags(value: unknown, propertyName: string): string; export declare function parseCSSShorthand(value: string): { values: Array<CoreTypes.LengthType>; color: string; inset: boolean; };