UNPKG

@react-theming/storybook-addon

Version:

Develop themes and themable components with Emotion, Styled Components, Material-UI and your custom solution

16 lines (10 loc) 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Heading = void 0; var _theming = require("@storybook/theming"); var _templateObject; function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } var Heading = _theming.styled.h3(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n font-size: 12px;\n margin: 0 4px;\n font-weight: 600;\n text-transform: capitalize;\n"]))); exports.Heading = Heading;