wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
7 lines • 314 B
JavaScript
import * as React from 'react';
import { IncludedComponents } from '../../IncludedComponents';
export var includedComponents = function (_a) {
var component = _a.component;
return React.createElement(IncludedComponents, { includedComponents: component });
};
//# sourceMappingURL=included-components.js.map