UNPKG

243 BJavaScriptView Raw
1/* eslint-disable no-underscore-dangle */
2import { global } from '@storybook/global';
3
4export const setCompodocJson = (compodocJson) => {
5 // @ts-expect-error (Converted from ts-ignore)
6 global.__STORYBOOK_COMPODOC_JSON__ = compodocJson;
7};