UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

21 lines (20 loc) 743 B
/** * 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. */ /** * __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) */ import { MetricText, type MetricTextProps } from '../compiled/components/metric-text'; export type { MetricTextProps }; /** * @deprecated Use `import { MetricText } from '@atlaskit/primitives/compiled/metric-text'` instead. */ export { MetricText }; export default MetricText;