1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./scrollspy";
|
3 | export { NgbScrollSpy, NgbScrollSpyItem, NgbScrollSpyFragment, NgbScrollSpyMenu } from './scrollspy';
|
4 | export { NgbScrollSpyConfig } from './scrollspy-config';
|
5 | export { NgbScrollSpyService, NgbScrollSpyProcessChanges } from './scrollspy.service';
|
6 | export declare class NgbScrollSpyModule {
|
7 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbScrollSpyModule, never>;
|
8 | static ɵmod: i0.ɵɵNgModuleDeclaration<NgbScrollSpyModule, never, [typeof i1.NgbScrollSpy, typeof i1.NgbScrollSpyItem, typeof i1.NgbScrollSpyFragment, typeof i1.NgbScrollSpyMenu], [typeof i1.NgbScrollSpy, typeof i1.NgbScrollSpyItem, typeof i1.NgbScrollSpyFragment, typeof i1.NgbScrollSpyMenu]>;
|
9 | static ɵinj: i0.ɵɵInjectorDeclaration<NgbScrollSpyModule>;
|
10 | }
|