UNPKG

retabler

Version:

React Component library via Tabler

10 lines (9 loc) 261 B
/// <reference types="react" /> export declare const IconStat: ({ total, label, children, value, color, }: { total?: string; label?: string; children: any; value?: string; color?: string; }) => JSX.Element; export default IconStat;