UNPKG

@naturacosmeticos/natds-react

Version:
30 lines 1.64 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Playground = void 0; var react_1 = __importDefault(require("react")); var _1 = require("."); var componentStatus = "\n> used to control and display text styles consistently across an application\n\n## Properties\n| Property | Values | Status |\n|--- | ---| ---|\n| **variant** | heading1, heading2, heading3, heading4, heading5, <br /> heading6, subtitle1, subtitle2, body1, body2, caption, overline | \u2705 Available |\n\n## Technical Usages Examples\n"; exports.default = { title: 'Components/Typography', component: _1.Typography, parameters: { docs: { description: { component: componentStatus } } } }; var Playground = function (args) { return (react_1.default.createElement(_1.Typography, __assign({}, args), "Hello world")); }; exports.Playground = Playground; //# sourceMappingURL=Typography.stories.js.map