UNPKG

431 BTypeScriptView Raw
1/// <reference types="react" />
2export declare type DataItem = unknown;
3export declare type Value = unknown;
4export declare type RenderProp<TArg> = (arg: TArg) => React.ReactNode;
5export interface WidgetHandle {
6 focus(opts?: FocusOptions): void;
7}
8export declare type SearchMetadata = {
9 action: 'clear' | 'input';
10 lastSearchTerm?: string;
11 originalEvent?: React.SyntheticEvent;
12};
13//# sourceMappingURL=types.d.ts.map
\No newline at end of file