UNPKG

@storybook/html

Version:
10 lines (7 loc) 278 B
import { global as globalThis } from '@storybook/global'; import { Button } from './Button'; import { Pre } from './Pre'; import { Form } from './Form'; import { Html } from './Html'; globalThis.Components = { Button, Pre, Form, Html }; globalThis.storybookRenderer = 'html';