We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97153ef commit 3b10867Copy full SHA for 3b10867
lib/core/src/dom/index.ts
@@ -1,7 +1,5 @@
1
export * from './is-visible';
2
export * from './scroll-into-view';
3
-export * from './get-lib';
4
export * from './is-detached';
5
export * from './resize';
6
export * from './auto-height';
7
-export * from './lib-loader';
lib/core/src/dom/get-lib.ts renamed to lib/core/src/helpers/get-lib.ts
lib/core/src/helpers/index.ts
@@ -24,3 +24,5 @@ export * from './run-js';
24
export * from './select-file';
25
export * from './read-file';
26
export * from './debounce';
27
+export * from './get-lib';
28
+export * from './lib-loader';
lib/core/src/dom/lib-loader.ts renamed to lib/core/src/helpers/lib-loader.ts
0 commit comments