@cds/angular
Version:
Core component modules for Clarity Angular
10 lines (9 loc) • 483 B
TypeScript
import { ElementRef } from '@angular/core';
import { CdsInternalPanel } from '@cds/core/internal-components/panel';
import * as i0 from "@angular/core";
export declare class CdsInternalPanelDirective {
protected element: CdsInternalPanel;
constructor(elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<CdsInternalPanelDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdsInternalPanelDirective, "cds-internal-panel", never, {}, {}, never>;
}