UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

11 lines (8 loc) 370 B
import React__default from 'react'; import styles from './PanelTitle.module.css.js'; import SvgBeaker from '../../icons/Beaker.js'; const PanelTitle = () => (React__default.createElement("span", { className: styles.title }, React__default.createElement(SvgBeaker, null), "Playground")); export { PanelTitle as default }; //# sourceMappingURL=PanelTitle.js.map