UNPKG

@atlaskit/editor-plugin-feature-flags

Version:

Feature flags plugin for @atlaskit/editor-core

7 lines (6 loc) 266 B
import type { FeatureFlagsPlugin } from './featureFlagsPluginType'; /** * Feature flag plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ export declare const featureFlagsPlugin: FeatureFlagsPlugin;