index.js 295 B

123456789
  1. import { global as globalThis } from '@storybook/global';
  2. import { Button } from './Button.jsx';
  3. import { Pre } from './Pre.jsx';
  4. import { Form } from './Form.jsx';
  5. import { Html } from './Html.jsx';
  6. globalThis.Components = { Button, Pre, Form, Html };
  7. globalThis.storybookRenderer = 'react';