1 | /// <reference types="react" />
|
2 | export declare type DataItem = unknown;
|
3 | export declare type Value = unknown;
|
4 | export declare type RenderProp<TArg> = (arg: TArg) => React.ReactNode;
|
5 | export interface WidgetHandle {
|
6 | focus(opts?: FocusOptions): void;
|
7 | }
|
8 | export 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 |