mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
8 lines
250 B
TypeScript
8 lines
250 B
TypeScript
// 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 };
|