UNPKG

@web/dev-server-storybook

Version:
12 lines 317 B
import { mdjsToCsf } from 'storybook-addon-markdown-docs'; export function mdjsPlugin(type) { return { name: 'md', transform(code, id) { if (id.endsWith('.md')) { return mdjsToCsf(code, id, type); } }, }; } //# sourceMappingURL=mdjsPlugin.js.map