import { ng2parallax } from "./ng2-parallax-directive/parallax.directive";

export * from "./ng2-parallax-directive/parallax.directive";

export let ng2Parallax: Array<any> = [
  ng2parallax,
]
