mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
import { ADDON_ID, PANEL_ID } from './events';
|
|
|
|
export { ADDON_ID, PANEL_ID };
|
|
|
|
if (module && module.hot && module.hot.decline) {
|
|
module.hot.decline();
|
|
}
|