storybook
Version:
Storybook: Develop, document, and test UI components in isolation
9 lines (8 loc) • 588 B
TypeScript
import { n as HighlightMenuItem, r as HighlightOptions, t as ClickEventDetails } from "../chunk-mKTEiqNQ.js";
//#region code/core/.dts-emit/code/core/src/highlight/constants.d.ts
declare const HIGHLIGHT = "storybook/highlight/add";
declare const REMOVE_HIGHLIGHT = "storybook/highlight/remove";
declare const RESET_HIGHLIGHT = "storybook/highlight/reset";
declare const SCROLL_INTO_VIEW = "storybook/highlight/scroll-into-view";
//#endregion
export { type ClickEventDetails, HIGHLIGHT, type HighlightMenuItem, type HighlightOptions, REMOVE_HIGHLIGHT, RESET_HIGHLIGHT, SCROLL_INTO_VIEW };