UNPKG

storybook-msw-addon

Version:

An MSW (Mock Service Worker) addon including a control panel that enables interaction and manipulation of mock requests within Storybook. MSW 2.3.3 + Storybook 8

6 lines (3 loc) 151 B
import { ProjectAnnotations, Renderer } from '@storybook/types'; declare const preview: ProjectAnnotations<Renderer>; export { preview as default };