2024-01-05 12:14:38 +00:00
|
|
|
export declare type AutocompleteTranslations = {
|
|
|
|
|
detachedCancelButtonText: string;
|
|
|
|
|
clearButtonTitle: string;
|
|
|
|
|
submitButtonTitle: string;
|
2026-02-11 16:20:26 +00:00
|
|
|
detachedSearchButtonTitle: string;
|
2024-01-05 12:14:38 +00:00
|
|
|
};
|