mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
9 lines
194 B
TypeScript
9 lines
194 B
TypeScript
export { HIGHLIGHT, RESET_HIGHLIGHT } from './constants';
|
|
|
|
if (module && module.hot && module.hot.decline) {
|
|
module.hot.decline();
|
|
}
|
|
|
|
// make it work with --isolatedModules
|
|
export default {};
|