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 ddefb33 commit 0150833Copy full SHA for 0150833
index.ts
@@ -1,6 +1,7 @@
1
-export { LazyLoadImageModule } from './src/lazyload-image.module';
2
export { IntersectionObserverHooks } from './src/intersection-observer-hooks/hooks';
+export { LazyLoadImageDirective } from './src/lazyload-image.directive';
3
+export { LazyLoadImageModule } from './src/lazyload-image.module';
4
export { ScrollHooks } from './src/scroll-hooks/hooks';
5
export { SharedHooks } from './src/shared-hooks/hooks';
-export { Attributes, StateChange, Hooks } from './src/types';
6
export { LAZYLOAD_IMAGE_HOOKS } from './src/token';
7
+export { Attributes, Hooks, StateChange } from './src/types';
0 commit comments