wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
27 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SectionType = void 0;
var SectionType;
(function (SectionType) {
SectionType["Api"] = "api";
SectionType["Code"] = "code";
SectionType["Columns"] = "columns";
SectionType["Description"] = "description";
SectionType["Divider"] = "divider";
SectionType["Header"] = "header";
SectionType["ImportExample"] = "importExample";
SectionType["MDX"] = "mdx";
SectionType["Playground"] = "playground";
SectionType["Tab"] = "tab";
SectionType["Table"] = "table";
SectionType["Tabs"] = "tabs";
SectionType["Testkit"] = "testkit";
SectionType["Title"] = "title";
SectionType["Plugin"] = "plugin";
SectionType["Example"] = "example";
SectionType["DoDont"] = "doDont";
SectionType["IncludedComponents"] = "includedComponents";
SectionType["Demo"] = "demo";
SectionType["StoryPage"] = "storyPage";
})(SectionType = exports.SectionType || (exports.SectionType = {}));
//# sourceMappingURL=story-section.js.map