@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
13 lines (12 loc) • 734 B
TypeScript
import { SortHeaderComponent } from './sort-header.component';
import { SortDirective } from './sort.directive';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./sort.directive";
import * as i3 from "./sort-header.component";
export declare class SortModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SortModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SortModule, never, [typeof i1.CommonModule, typeof i2.SortDirective, typeof i3.SortHeaderComponent], [typeof i2.SortDirective, typeof i3.SortHeaderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SortModule>;
}
export declare const SORT_MODULE: readonly [typeof SortDirective, typeof SortHeaderComponent];