Skip to content

Commit 0150833

Browse files
author
tjoskar
committed
✨ Make directive public
Fixes #486
1 parent ddefb33 commit 0150833

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
export { LazyLoadImageModule } from './src/lazyload-image.module';
21
export { IntersectionObserverHooks } from './src/intersection-observer-hooks/hooks';
2+
export { LazyLoadImageDirective } from './src/lazyload-image.directive';
3+
export { LazyLoadImageModule } from './src/lazyload-image.module';
34
export { ScrollHooks } from './src/scroll-hooks/hooks';
45
export { SharedHooks } from './src/shared-hooks/hooks';
5-
export { Attributes, StateChange, Hooks } from './src/types';
66
export { LAZYLOAD_IMAGE_HOOKS } from './src/token';
7+
export { Attributes, Hooks, StateChange } from './src/types';

0 commit comments

Comments
 (0)