UNPKG

storybook-addon-modernjs

Version:

Storybook addon for loading configuration of Modern.js

10 lines (8 loc) 174 B
interface AddonOptions { /** * `path` of Modern.js config file * @default "modern.config.ts" */ configPath?: string; } export type { AddonOptions };