UNPKG

@blinkk/editor

Version:

Structured content editor with live previews.

10 lines (9 loc) 207 B
/** * Feature flags supported by the editor UI. */ export declare enum FeatureFlags { /** * Flag for ability to create workspaces in the editor. */ WorkspaceCreate = "workspace.create" }