UNPKG

801 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./scrollspy";
3export { NgbScrollSpy, NgbScrollSpyItem, NgbScrollSpyFragment, NgbScrollSpyMenu } from './scrollspy';
4export { NgbScrollSpyConfig } from './scrollspy-config';
5export { NgbScrollSpyService, NgbScrollSpyProcessChanges } from './scrollspy.service';
6export 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}