UNPKG

analytica-frontend-lib

Version:

Repositório público dos componentes utilizados nas plataformas da Analytica Ensino

10 lines 285 B
export interface LegendItem { id: string; name: string; color: string; } export interface LegendProps { readonly items: LegendItem[]; } export declare function Legend({ items }: LegendProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Legend.d.ts.map