UNPKG

@storybook/addon-designs

Version:

Storybook addon for embedding your design preview in addon panel

5 lines (3 loc) 261 B
// this file is slightly misleading. It needs to be CJS, and thus in this "type": "module" package it should be named preset.cjs // but Storybook won't pick that filename up so we have to name it preset.js instead module.exports = require("./dist/preset.js");