@qeydar/datepicker
Version:
A comprehensive Date and Time Picker for Angular with Jalali calendar support
12 lines (11 loc) • 510 B
TypeScript
import { TemplateRef } from "@angular/core";
import * as i0 from "@angular/core";
export declare class CustomTemplate {
template: TemplateRef<any>;
type: string | undefined;
name: string | undefined;
constructor(template: TemplateRef<any>);
getType(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTemplate, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomTemplate, "[Template]", never, { "type": "type"; "name": "Template"; }, {}, never, never, true>;
}