UNPKG

rsuite

Version:

A suite of react components

4 lines (3 loc) 256 B
import { ItemDataType } from '../@types/common'; export declare function transformData(data: any[]): any[]; export declare const shouldDisplay: (filterBy: ((value: string, item: ItemDataType) => boolean) | undefined, value: any) => (item: any) => boolean;