wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
24 lines • 926 B
JavaScript
export 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 || (SectionType = {}));
//# sourceMappingURL=story-section.js.map