autocomplete-optgroup.component.d.ts 667 B

1234567891011
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. import { TemplateRef } from '@angular/core';
  6. import * as i0 from "@angular/core";
  7. export declare class NzAutocompleteOptgroupComponent {
  8. nzLabel?: string | TemplateRef<void>;
  9. static ɵfac: i0.ɵɵFactoryDeclaration<NzAutocompleteOptgroupComponent, never>;
  10. static ɵcmp: i0.ɵɵComponentDeclaration<NzAutocompleteOptgroupComponent, "nz-auto-optgroup", ["nzAutoOptgroup"], { "nzLabel": { "alias": "nzLabel"; "required": false; }; }, {}, never, ["nz-auto-option"], true, never>;
  11. }