@xui/components
Version:
xUI Components for Angular
9 lines (8 loc) • 483 B
TypeScript
import { TemplateRef } from '@angular/core';
import { XuiDrawer } from './drawer';
import * as i0 from "@angular/core";
export declare class XuiDrawerFooterTemplate {
constructor(drawer: XuiDrawer, templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<XuiDrawerFooterTemplate, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<XuiDrawerFooterTemplate, "[xuiDrawerFooterTemplate]", ["xuiDrawerFooterTemplate"], {}, {}, never, never, false, never>;
}