diff --git a/packages/primevue/src/inputmask/InputMask.d.ts b/packages/primevue/src/inputmask/InputMask.d.ts index 2aa5fec3e..db195f28f 100755 --- a/packages/primevue/src/inputmask/InputMask.d.ts +++ b/packages/primevue/src/inputmask/InputMask.d.ts @@ -60,10 +60,9 @@ export interface InputMaskSharedPassThroughMethodOptions { */ export interface InputMaskPassThroughOptions { /** - * Used to pass attributes to the InputText component. - * @see {@link InputTextPassThroughOptions} + * Used to pass attributes to the root's DOM element. */ - root?: InputTextPassThroughOptions; + root?: InputMaskPassThroughOptionType; /** * Used to pass attributes to the InputText component. * @see {@link InputTextPassThroughOptions}