@storybook/react
Version:
Storybook React renderer
10 lines (7 loc) • 308 B
JavaScript
import { global as globalThis } from '@storybook/global';
import { Button } from './Button.jsx';
import { Form } from './Form.jsx';
import { Html } from './Html.jsx';
import { Pre } from './Pre.jsx';
globalThis.__TEMPLATE_COMPONENTS__ = { Button, Pre, Form, Html };
globalThis.storybookRenderer = 'react';