mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update d.ts files
This commit is contained in:
parent
a4529e5be0
commit
e9a561a7d1
98 changed files with 638 additions and 322 deletions
6
components/lib/inputmask/InputMask.d.ts
vendored
6
components/lib/inputmask/InputMask.d.ts
vendored
|
@ -7,6 +7,7 @@
|
|||
* @module inputmask
|
||||
*
|
||||
*/
|
||||
import { ComponentHooks } from '../basecomponent/BaseComponent';
|
||||
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
||||
|
||||
export declare type InputMaskPassThroughOptionType = InputMaskPassThroughAttributes | null | undefined;
|
||||
|
@ -20,6 +21,11 @@ export interface InputMaskPassThroughOptions {
|
|||
* Uses to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputMaskPassThroughOptionType;
|
||||
/**
|
||||
* Uses to manage all lifecycle hooks
|
||||
* @see {@link BaseComponent.ComponentHooks}
|
||||
*/
|
||||
hooks?: ComponentHooks;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue