@catull/igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
13 lines (12 loc) • 414 B
TypeScript
import { TemplateRef } from '@angular/core';
export declare class IgxDatePickerTemplateDirective {
template: TemplateRef<any>;
constructor(template: TemplateRef<any>);
}
/**
* IgxDatePickerActionsDirective can be used to re-template the dropdown/dialog action buttons.
*/
export declare class IgxDatePickerActionsDirective {
template: TemplateRef<any>;
constructor(template: TemplateRef<any>);
}