UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 202 B
type UseQuickSearchProps = { onChange: (search: string) => void; open?: boolean; disabled?: boolean; }; export declare const useQuickSearch: (props: UseQuickSearchProps) => void; export {};