UNPKG

@storybook/addon-docs

Version:

Storybook Docs: Document UI components automatically with stories and MDX

5 lines 278 B
//#region code/addons/docs/.dts-emit/code/addons/docs/src/angular/index.d.ts /** Hand Compodoc's `documentation.json` to the Angular preview so Controls and Docs can read it. */ declare const setCompodocJson: (compodocJson: any) => void; //#endregion export { setCompodocJson };