UNPKG

rumble-charts

Version:

Truly declarative React charts components

2 lines (1 loc) 115 B
export declare function pick<T extends Record<string, any>, K extends keyof T>(input: T, fields: K[]): Pick<T, K>;