fix: update InputMaskPassThroughOptions for root attribute
parent
e5af2d3ad0
commit
bd67be4ebb
|
@ -60,10 +60,9 @@ export interface InputMaskSharedPassThroughMethodOptions {
|
||||||
*/
|
*/
|
||||||
export interface InputMaskPassThroughOptions {
|
export interface InputMaskPassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the InputText component.
|
* Used to pass attributes to the root's DOM element.
|
||||||
* @see {@link InputTextPassThroughOptions}
|
|
||||||
*/
|
*/
|
||||||
root?: InputTextPassThroughOptions<InputMaskSharedPassThroughMethodOptions>;
|
root?: InputMaskPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the InputText component.
|
* Used to pass attributes to the InputText component.
|
||||||
* @see {@link InputTextPassThroughOptions}
|
* @see {@link InputTextPassThroughOptions}
|
||||||
|
|
Loading…
Reference in New Issue