fix: update InputMaskPassThroughOptions for root attribute

pull/6999/head
Layla Tichy 2024-12-24 13:25:23 +00:00 committed by GitButler
parent e5af2d3ad0
commit bd67be4ebb
1 changed files with 2 additions and 3 deletions

View File

@ -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<InputMaskSharedPassThroughMethodOptions>;
root?: InputMaskPassThroughOptionType;
/**
* Used to pass attributes to the InputText component.
* @see {@link InputTextPassThroughOptions}