UNPKG

@while-and-for/tremor-react

Version:

The React library to build dashboards faster.

4 lines (3 loc) 283 B
import { Color, ValueFormatter } from "../../../lib/inputTypes"; export declare const parseData: (data: any[], colors: Color[]) => any[]; export declare const parseLabelInput: (labelInput: string | undefined, valueFormatter: ValueFormatter, data: any[], category: string) => string;