From bd67be4ebbdfca34dbada8d8d72b0915474b02ee Mon Sep 17 00:00:00 2001 From: Layla Tichy Date: Tue, 24 Dec 2024 13:25:23 +0000 Subject: [PATCH] fix: update InputMaskPassThroughOptions for root attribute --- packages/primevue/src/inputmask/InputMask.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}