UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

12 lines 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.includedComponents = void 0; var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var IncludedComponents_1 = require("../../IncludedComponents"); var includedComponents = function (_a) { var component = _a.component; return React.createElement(IncludedComponents_1.IncludedComponents, { includedComponents: component }); }; exports.includedComponents = includedComponents; //# sourceMappingURL=included-components.js.map