Files
NativeScript/packages/core/ui/styling/styling-shared.ts
2025-07-09 08:33:52 -07:00

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 };