UNPKG

@xui/components

Version:

xUI Components for Angular

15 lines (14 loc) 642 B
import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; import { Portal } from '@angular/cdk/portal'; import * as i0 from "@angular/core"; export declare class XuiCard implements OnInit { private viewContainerRef; titleDirective?: TemplateRef<unknown>; actionsDirective?: TemplateRef<unknown>; titlePortal?: Portal<unknown>; actionsPortal?: Portal<unknown>; constructor(viewContainerRef: ViewContainerRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<XuiCard, never>; static ɵcmp: i0.ɵɵComponentDeclaration<XuiCard, "xui-card", never, {}, {}, never, ["*"], false, never>; }