UNPKG

retabler

Version:

React Component library via Tabler

11 lines (10 loc) 314 B
/// <reference types="react" /> export declare const StatCard: ({ movement, total, label, color, children, childrenPosition, }: { movement?: number; total?: string; label?: string; color: any; children?: any; childrenPosition?: string; }) => JSX.Element; export default StatCard;