UNPKG

@xui/components

Version:

xUI Components for Angular

9 lines (8 loc) 483 B
import { TemplateRef } from '@angular/core'; import { XuiDrawer } from './drawer'; import * as i0 from "@angular/core"; export declare class XuiDrawerHeaderTemplate { constructor(drawer: XuiDrawer, templateRef: TemplateRef<unknown>); static ɵfac: i0.ɵɵFactoryDeclaration<XuiDrawerHeaderTemplate, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<XuiDrawerHeaderTemplate, "[xuiDrawerHeaderTemplate]", ["xuiDrawerHeaderTemplate"], {}, {}, never, never, false, never>; }