asa-date-picker
Version:
An Angular date picker component supporting Gregorian and Persian (Jalali/Shamsi) calendars, powered by Asa Co.
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>;
}