AutoComplete .d.ts fixes

pull/5806/head
tugcekucukoglu 2024-05-27 13:43:18 +03:00
parent be72908415
commit 1f46d9f63a
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ export interface AutoCompletePassThroughOptions {
* Used to pass attributes to the InputText component.
* @see {@link InputTextPassThroughOptions}
*/
pcInput?: InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions> | AutoCompletePassThroughOptionType;
pcInput?: InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>;
/**
* Used to pass attributes to the input multiple's DOM element.
*/

View File

@ -4500,7 +4500,7 @@
"name": "pcInput",
"optional": true,
"readonly": false,
"type": "AutoCompletePassThroughOptionType | InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>",
"type": "InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>",
"default": "",
"description": "Used to pass attributes to the InputText component."
},