UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

12 lines (11 loc) 564 B
import { ElementRef } from '@angular/core'; import { CdsDivider } from '@cds/core/divider'; import * as i0 from "@angular/core"; export declare class CdsDividerDirective { protected element: CdsDivider; get orientation(): "horizontal" | "vertical"; set orientation(value: "horizontal" | "vertical"); constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<CdsDividerDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CdsDividerDirective, "cds-divider", never, { "orientation": "orientation"; }, {}, never>; }