Kind: Interface
Source: atloria-monorepo/apps/web/src/components/Analytics/charts/MetricCard.tsx
Properties
| Property | Type |
|---|---|
label | string |
value | `number |
previousValue | `number |
format | `'number' |
trend | number[] |
icon | React.ReactNode |
accent | string |
onClick | () => void |
loading | boolean |
Was this page helpful?