resizable.module.d.ts 642 B

123456789
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./resizable.directive";
  3. import * as i2 from "./resize-handle.component";
  4. import * as i3 from "./resize-handles.component";
  5. export declare class NzResizableModule {
  6. static ɵfac: i0.ɵɵFactoryDeclaration<NzResizableModule, never>;
  7. static ɵmod: i0.ɵɵNgModuleDeclaration<NzResizableModule, never, [typeof i1.NzResizableDirective, typeof i2.NzResizeHandleComponent, typeof i3.NzResizeHandlesComponent], [typeof i1.NzResizableDirective, typeof i2.NzResizeHandleComponent, typeof i3.NzResizeHandlesComponent]>;
  8. static ɵinj: i0.ɵɵInjectorDeclaration<NzResizableModule>;
  9. }