UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

3 lines (2 loc) 142 B
import { SelectFieldData } from '../types'; export declare const filterData: (data: SelectFieldData, searchValue: string) => SelectFieldData;