wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
9 lines • 529 B
JavaScript
import React from 'react';
import { StorybookComponents } from '../../StorybookComponents';
import { IncludedComponents } from '..';
export default (function () { return (React.createElement(StorybookComponents.Stack, { flexDirection: "column" },
React.createElement(IncludedComponents, { includedComponents: [
{ category: 'Category', title: 'FirstComponent', optional: true },
{ category: 'Category', title: 'SecondComponent' },
] }))); });
//# sourceMappingURL=IncludedComponents.demo.js.map