ng-cw-v12
Version:
Angular UI component library
10 lines (9 loc) • 482 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SplitterPanelComponent {
ncPanelSize?: number;
ncMinSize?: number;
contentTemplate: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterPanelComponent, "nc-splitter-panel", never, { "ncPanelSize": "ncPanelSize"; "ncMinSize": "ncMinSize"; }, {}, never, ["*"]>;
}