UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

4 lines 223 B
import * as React from 'react'; import styles from './styles.scss'; export var title = function (section) { return (React.createElement("h2", { className: styles.root }, section.title)); }; //# sourceMappingURL=index.js.map