storybook-addon-theme-provider
Version:
Storybook addon to manage global themes provided by Styled components, Emotion or any other solution based on React component. Compatible with Storybook versions 7 and 8
12 lines (9 loc) • 355 B
TypeScript
import { ProjectAnnotations } from '@storybook/types';
import { Renderer } from '@storybook/types';
/**
* Note: if you want to use JSX in this file, rename it to `preview.tsx`
* and update the entry prop in tsup.config.ts to use "src/preview.tsx",
*/
declare const preview: ProjectAnnotations<Renderer>;
export default preview;
export { }