UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

18 lines (17 loc) 941 B
import { ElementRef, EventEmitter } from '@angular/core'; import { CdsAccordionPanel } from '@cds/core/accordion'; import * as i0 from "@angular/core"; export declare class CdsAccordionPanelDirective { protected element: CdsAccordionPanel; get cdsMotion(): string; set cdsMotion(value: string); get disabled(): boolean | ''; set disabled(value: boolean | ''); get expanded(): boolean | ''; set expanded(value: boolean | ''); cdsMotionChange: EventEmitter<CustomEvent>; expandedChange: EventEmitter<CustomEvent>; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<CdsAccordionPanelDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CdsAccordionPanelDirective, "cds-accordion-panel", never, { "cdsMotion": "cdsMotion"; "disabled": "disabled"; "expanded": "expanded"; }, { "cdsMotionChange": "cdsMotionChange"; "expandedChange": "expandedChange"; }, never>; }