Skip to content

Commit

Permalink
✨ Make directive public
Browse files Browse the repository at this point in the history
Fixes #486
  • Loading branch information
tjoskar committed Nov 14, 2020
1 parent ddefb33 commit 0150833
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { LazyLoadImageModule } from './src/lazyload-image.module';
export { IntersectionObserverHooks } from './src/intersection-observer-hooks/hooks';
export { LazyLoadImageDirective } from './src/lazyload-image.directive';
export { LazyLoadImageModule } from './src/lazyload-image.module';
export { ScrollHooks } from './src/scroll-hooks/hooks';
export { SharedHooks } from './src/shared-hooks/hooks';
export { Attributes, StateChange, Hooks } from './src/types';
export { LAZYLOAD_IMAGE_HOOKS } from './src/token';
export { Attributes, Hooks, StateChange } from './src/types';

0 comments on commit 0150833

Please sign in to comment.