Type alias SearchBarCommands
SearchBarCommands: {
blur: (() => void);
cancelSearch: (() => void);
clearText: (() => void);
focus: (() => void);
setText: ((text) => void);
toggleCancelButton: ((show) => void);
}
Type declaration
blur: (() => void)
cancelSearch: (() => void)
clearText: (() => void)
focus: (() => void)
setText: ((text) => void)
toggleCancelButton: ((show) => void)