Files
Shifted/node_modules/@storybook/addon-essentials/dist/docs/mdx-react-shim.js
2026-02-10 01:14:19 +00:00

13 lines
333 B
JavaScript

'use strict';
var mdxReactShim = require('@storybook/addon-docs/dist/shims/mdx-react-shim');
Object.keys(mdxReactShim).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return mdxReactShim[k]; }
});
});