UNPKG

@storybook-community/storybook-source-link

Version:
1 lines 928 B
{"version":3,"sources":["../src/preview.ts"],"names":["preview","preview_default"],"mappings":"aAiBMA,IAAAA,CAAAA,CAAwC,EAAC,CAExCC,CAAQD,CAAAA","file":"preview.cjs","sourcesContent":["/**\n * A decorator is a way to wrap a story in extra “rendering” functionality. Many addons define decorators\n * in order to augment stories:\n * - with extra rendering\n * - gather details about how a story is rendered\n *\n * When writing stories, decorators are typically used to wrap stories with extra markup or context mocking.\n *\n * https://storybook.js.org/docs/react/writing-stories/decorators\n */\nimport type { ProjectAnnotations, Renderer } from \"storybook/internal/types\";\n\n/**\n * Note: if you want to use JSX in this file, rename it to `preview.tsx`\n * and update the entry prop in tsup.config.ts to use \"src/preview.tsx\",\n */\n\nconst preview: ProjectAnnotations<Renderer> = {};\n\nexport default preview;\n"]}