UNPKG

@blinkk/editor

Version:

Structured content editor with live previews.

10 lines (9 loc) 168 B
/** * Experiment flags supported by the editor UI. */ export declare enum ExperimentFlags { /** * Stub for the experiment flags. */ None = "none" }