// 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 };