mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Update BlockUI.d.ts
This commit is contained in:
parent
46b0dfb92c
commit
ee200f3786
1 changed files with 4 additions and 0 deletions
4
components/lib/blockui/BlockUI.d.ts
vendored
4
components/lib/blockui/BlockUI.d.ts
vendored
|
@ -31,6 +31,10 @@ export interface BlockUIPassThroughOptions {
|
||||||
* Used to pass attributes to the root's DOM element.
|
* Used to pass attributes to the root's DOM element.
|
||||||
*/
|
*/
|
||||||
root?: BlockUIPassThroughOptionType;
|
root?: BlockUIPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Used to pass attributes to the mask's DOM element.
|
||||||
|
*/
|
||||||
|
mask?: BlockUIPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue