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