UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

29 lines (24 loc) 1.5 kB
import * as i0 from '@angular/core'; import { TemplateRef } from '@angular/core'; /** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ declare class NzDividerComponent { nzText?: string | TemplateRef<void>; nzType: 'horizontal' | 'vertical'; nzOrientation: 'left' | 'right' | 'center'; nzVariant: 'dashed' | 'dotted' | 'solid'; nzDashed: boolean; nzPlain: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<NzDividerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NzDividerComponent, "nz-divider", ["nzDivider"], { "nzText": { "alias": "nzText"; "required": false; }; "nzType": { "alias": "nzType"; "required": false; }; "nzOrientation": { "alias": "nzOrientation"; "required": false; }; "nzVariant": { "alias": "nzVariant"; "required": false; }; "nzDashed": { "alias": "nzDashed"; "required": false; }; "nzPlain": { "alias": "nzPlain"; "required": false; }; }, {}, never, never, true, never>; static ngAcceptInputType_nzDashed: unknown; static ngAcceptInputType_nzPlain: unknown; } declare class NzDividerModule { static ɵfac: i0.ɵɵFactoryDeclaration<NzDividerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NzDividerModule, never, [typeof NzDividerComponent], [typeof NzDividerComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NzDividerModule>; } export { NzDividerComponent, NzDividerModule };