From ee200f3786047a2a4dea3e233bb573b5a57a754b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 3 Aug 2023 16:52:00 +0300 Subject: [PATCH] Update BlockUI.d.ts --- components/lib/blockui/BlockUI.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lib/blockui/BlockUI.d.ts b/components/lib/blockui/BlockUI.d.ts index 5fd1123be..9da5c5e59 100755 --- a/components/lib/blockui/BlockUI.d.ts +++ b/components/lib/blockui/BlockUI.d.ts @@ -31,6 +31,10 @@ export interface BlockUIPassThroughOptions { * Used to pass attributes to the root's DOM element. */ root?: BlockUIPassThroughOptionType; + /** + * Used to pass attributes to the mask's DOM element. + */ + mask?: BlockUIPassThroughOptionType; /** * Used to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks}