UNPKG

@nativescript/core

Version:

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

6 lines 290 B
// Shared helpers and types for styling, used by both styling and view/dialogs/frame modules. // Only put platform-agnostic logic here. import { Trace } from '../../trace'; import { CoreTypes } from '../../core-types'; export { Trace, CoreTypes }; //# sourceMappingURL=styling-shared.js.map