@codeandfunction/callaloo 3.12.3 → 3.12.5
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/dist/assets/styles.css +1 -1
- package/dist/chunks/icons.hu757pLK.js +0 -1
- package/dist/components/Containers/CLCard/CLCard.vue.d.ts +1 -1
- package/dist/index.js +835 -835
- package/dist/stats.json +13 -3182
- package/dist/utils/helper.d.ts +1 -1
- package/package.json +1 -1
package/dist/utils/helper.d.ts
CHANGED
|
@@ -15,5 +15,5 @@ export declare const debounce: (fn: () => void, ms?: number) => (this: any, ...a
|
|
|
15
15
|
export declare const getMaxZIndex: () => number;
|
|
16
16
|
export declare const isBrowser: boolean;
|
|
17
17
|
export declare const isDarkMode: () => boolean;
|
|
18
|
-
export declare const isNodeEmpty: (elem: HTMLElement) => boolean;
|
|
18
|
+
export declare const isNodeEmpty: (elem: HTMLElement | null) => boolean;
|
|
19
19
|
export {};
|