UNPKG

@nativescript/core

Version:

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

6 lines 295 B
// Shared helpers and types for view-helper, used by both common and platform-specific files. // Only put platform-agnostic logic here. import { layout } from '../../../../utils'; import { Trace } from '../../../../trace'; export { layout, Trace }; //# sourceMappingURL=view-helper-shared.js.map