UNPKG

rumble-charts

Version:

Truly declarative React charts components

4 lines (3 loc) 176 B
declare type Attr<T, R> = R | ((args?: T) => R); export declare function value<R = any, T = Record<string, any>>(attribute: Attr<T, R> | Attr<T, R>[], args?: T): R; export {};