Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 203 Bytes

storybook-client-preview.ts.mdx

File metadata and controls

13 lines (8 loc) · 203 Bytes
// your-framework/src/client/preview/index.ts

import { start } from '@storybook/core';

import './globals';

import render from './render';

const api = start(render);

// the boilerplate code