UNPKG

@xui/components

Version:

xUI Components for Angular

9 lines (8 loc) 493 B
import { TemplateRef } from '@angular/core'; import { XuiPanelBarItem } from './panelbar-item'; import * as i0 from "@angular/core"; export declare class XuiPanelBarItemTitle { constructor(panelBarItem: XuiPanelBarItem, templateRef: TemplateRef<unknown>); static ɵfac: i0.ɵɵFactoryDeclaration<XuiPanelBarItemTitle, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<XuiPanelBarItemTitle, "[xuiPanelBarItemTitle]", ["xuiPanelBarItemTitle"], {}, {}, never, never, false, never>; }