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