import './preset-iV8kbSxN.js'; import { j as ToolbarItemType } from './index-DPw2EK7p.js'; /** * Copyright (c) Luthor Team and contributors. * Open source under the MIT License (LICENSE). * Fork it. Remix it. Ship it. * Build freely. Credit kindly. */ type PresetModeCache = Set; type FeatureFlagsLike = Record; type FeatureShortcutSpec = { feature: TFeature; key: string; requiresPrimary: boolean; shift?: boolean; alt?: boolean; }; type ToolbarFeatureMap = Partial>; type StyleVarRecord = Record; type StyleVarValueRecord = Record; export type { FeatureFlagsLike as F, PresetModeCache as P, StyleVarRecord as S, ToolbarFeatureMap as T, StyleVarValueRecord as a, FeatureShortcutSpec as b };