website-utilities 1.0.349 → 1.0.350
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -190,7 +190,7 @@ export declare class WebsiteUtilities extends Tools {
|
|
|
190
190
|
/**
|
|
191
191
|
* This method is complete if last startup animation was initialized.
|
|
192
192
|
*/
|
|
193
|
-
_onStartUpAnimationComplete(): void;
|
|
193
|
+
_onStartUpAnimationComplete(): Promise<void> | void;
|
|
194
194
|
/**
|
|
195
195
|
* This method adds triggers for responsive design switches.
|
|
196
196
|
*/
|