ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
13 lines (12 loc) • 908 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./input-number.component";
import * as i2 from "./input-number-group.component";
import * as i3 from "./input-number-group-slot.component";
/**
* @deprecated Deprecated in v19.0.0. It is recommended to use the new version `<nz-input-number>`.
*/
export declare class NzInputNumberLegacyModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzInputNumberLegacyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzInputNumberLegacyModule, never, [typeof i1.NzInputNumberLegacyComponent, typeof i2.NzInputNumberGroupComponent, typeof i2.NzInputNumberGroupWhitSuffixOrPrefixDirective, typeof i3.NzInputNumberGroupSlotComponent], [typeof i1.NzInputNumberLegacyComponent, typeof i2.NzInputNumberGroupComponent, typeof i2.NzInputNumberGroupWhitSuffixOrPrefixDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzInputNumberLegacyModule>;
}