import { ReactNode } from "react"; import "./MiniStats.css"; import { getCN, isMasive } from "../utils"; function MiniStats({ children, background = true, ...props }: { [x: string]: any; }) { return (