UNPKG

@xui/components

Version:

xUI Components for Angular

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