mistui-kit
Version:
**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**
4 lines (3 loc) • 334 B
TypeScript
import type { StatProps, StatsProps } from './types';
export default function Stat({ figure, title, value, description, actions, className, ...props }: StatProps): import("react/jsx-runtime").JSX.Element;
export declare function Stats({ items, className, orientation, ...props }: StatsProps): import("react/jsx-runtime").JSX.Element;