UNPKG

vite-plugin-entry-shaking-debugger

Version:
9 lines (7 loc) 205 B
import type { MetricProps } from '@components/Metric/Metric.types'; export type MetricsBlockProps = { /** Header metric. */ header: MetricProps; /** Content metrics. */ details: MetricProps[]; };