UNPKG

storybook

Version:

Storybook framework-agnostic API

9 lines (8 loc) 246 B
// src/highlight/constants.ts var t = "storybook/highlight", o = `${t}/add`, e = `${t}/remove`, H = `${t}/reset`, I = `${t}/scroll-into-view`; export { o as HIGHLIGHT, e as REMOVE_HIGHLIGHT, H as RESET_HIGHLIGHT, I as SCROLL_INTO_VIEW };