1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-17 00:05:59 +08:00
2022-03-12 12:27:25 +08:00

8 lines
186 B
JavaScript

/* eslint-disable no-underscore-dangle */
/* global window */
export const setCompodocJson = (compodocJson) => {
// @ts-ignore
window.__STORYBOOK_COMPODOC_JSON__ = compodocJson;
};