This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

30
node_modules/ng-zorro-antd/divider/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,30 @@
import * as i0 from '@angular/core';
import { TemplateRef } from '@angular/core';
import { NzSizeLMSType } from 'ng-zorro-antd/core/types';
/**
* 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';
nzSize: NzSizeLMSType | undefined;
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; }; "nzSize": { "alias": "nzSize"; "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 };