index.d.ts 142 B

1234
  1. declare const ADDON_ID = "storybook/source-loader";
  2. declare const PANEL_ID = "storybook/source-loader/panel";
  3. export { ADDON_ID, PANEL_ID };