UNPKG

vite-plugin-entry-shaking-debugger

Version:
13 lines (12 loc) 275 B
export type MetricProps = { /** Metric icon. */ icon: string; /** Metric label. */ label: string; /** Metric value. */ value: string | number; /** Metric type. */ type: 'duration' | 'count' | 'raw'; /** Is the metric clickable? */ clickable?: boolean; };