UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

9 lines 498 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.IncludedComponents = void 0; var IncludedComponents_1 = require("./IncludedComponents"); Object.defineProperty(exports, "IncludedComponents", { enumerable: true, get: function () { return __importDefault(IncludedComponents_1).default; } }); //# sourceMappingURL=index.js.map