mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
fix element type
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import type { ElementType } from 'react';
|
||||
import { Grid, Paper, Text, Title, Stack, Group } from '@mantine/core';
|
||||
import { IconBox, IconUsers, IconActivity } from '@tabler/icons-react';
|
||||
|
||||
interface StatCardProps {
|
||||
label: string;
|
||||
value: string;
|
||||
icon: React.ElementType;
|
||||
icon: ElementType;
|
||||
color: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user