UNPKG

infinity-forge

Version:
13 lines (12 loc) 269 B
type ItemData = { image: string; label: string; overall: number; } & { [key: string]: number | string; }; export declare function Matriz({ title, data }: { title: string; data: ItemData[]; }): import("react/jsx-runtime").JSX.Element; export {};