@atlaskit/primitives
Version:
Primitives are token-backed low-level building blocks.
30 lines (29 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "MetricText", {
enumerable: true,
get: function get() {
return _metricText.MetricText;
}
});
exports.default = void 0;
var _metricText = require("../compiled/components/metric-text");
/**
* IMPORTANT: This is a temporary mapping to avoid breaking changes.
* We will remove this once we have migrated all the components to @atlaskit/primitives/compiled.
*/
// TODO: Fill in the component {description} and ensure links point to the correct {packageName} location.
// Remove links that the component does not have (such as usage). If there are no links remove them all.
/**
* __Metric text comp__
*
* A metric text comp {description}.
*
* - [Examples](https://atlassian.design/components/{packageName}/examples)
* - [Code](https://atlassian.design/components/{packageName}/code)
* - [Usage](https://atlassian.design/components/{packageName}/usage)
*/
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
var _default = exports.default = _metricText.MetricText;