UNPKG

pouncejs

Version:

A collection of UI components from Panther labs

23 lines (18 loc) 504 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _helpers = require("../../utils/helpers"); var _system = require("../../system"); /** * Extends <a href="/#/Box">Box</a> * * Responsive typographic component. Anywhere you want to add some text that doesn't constitute a * heading or a title, this component is what you need. * * */ var Text = (0, _system.pounce)('p'); var _default = Text; exports.default = _default; if (_helpers.__DEV__) { Text.displayName = 'Text'; }