UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

26 lines (25 loc) 960 B
import { ElementRef } from '@angular/core'; import { CdsInternalSplitHandle } from '@cds/core/internal-components/split-handle'; import * as i0 from "@angular/core"; export declare class CdsInternalSplitHandleDirective { protected element: CdsInternalSplitHandle; get i18n(): { sort: string; expand: string; close: string; resize: string; filter: string; }; set i18n(value: { sort: string; expand: string; close: string; resize: string; filter: string; }); get direction(): "vertical" | "horizontal"; set direction(value: "vertical" | "horizontal"); constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<CdsInternalSplitHandleDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CdsInternalSplitHandleDirective, "cds-internal-split-handle", never, { "i18n": "i18n"; "direction": "direction"; }, {}, never>; }