mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:11:08 +08:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
/* eslint-disable no-underscore-dangle */
|
|
/* global window */
|
|
|
|
export const setJSONDoc = (jsondoc) => {
|
|
window.__EMBER_GENERATED_DOC_JSON__ = jsondoc;
|
|
};
|