AutocompleteCallback
Signature
export type AutocompleteCallback<ValueType extends string | number = string | number> = (interaction: AutocompleteInteraction<boolean, ValueType>) => any;Members
This export does not declare public properties or methods in the generated declaration file.