AsyncGetAutoSuggestDataFunc Type Alias
Deprecated in 4.16.0. Used in a deprecated interface AutoSuggestProps.
AsyncGetAutoSuggestDataFunc = (value: string) => Promise<AutoSuggestData[]>
Prototype for async function returning AutoSuggestData
Defined in
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.