tree-select.module.d.ts 409 B

1234567
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./tree-select.component";
  3. export declare class NzTreeSelectModule {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<NzTreeSelectModule, never>;
  5. static ɵmod: i0.ɵɵNgModuleDeclaration<NzTreeSelectModule, never, [typeof i1.NzTreeSelectComponent], [typeof i1.NzTreeSelectComponent]>;
  6. static ɵinj: i0.ɵɵInjectorDeclaration<NzTreeSelectModule>;
  7. }