@bimeister/pupakit.kit
Version:
PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.
10 lines (9 loc) • 633 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/scrollable/scrollable.component";
import * as i2 from "./directives/scrollable-content.directive";
import * as i3 from "@angular/common";
export declare class PupaScrollableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaScrollableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaScrollableModule, [typeof i1.ScrollableComponent, typeof i2.ScrollableContentDirective], [typeof i3.CommonModule], [typeof i1.ScrollableComponent, typeof i2.ScrollableContentDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaScrollableModule>;
}