index.d.ts 204 B

123456
  1. declare const HIGHLIGHT = "storybook/highlight/add";
  2. declare const RESET_HIGHLIGHT = "storybook/highlight/reset";
  3. declare const _default: {};
  4. export { HIGHLIGHT, RESET_HIGHLIGHT, _default as default };