UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

6 lines (5 loc) 144 B
export declare namespace InteractionMode { const EDIT = 0; const LIVE = 1; } export declare function isPreviewMode(mode: any): boolean;