UNPKG

@covalent/dynamic-forms

Version:

Teradata UI Platform Dynamic Forms Module

18 lines (17 loc) 650 B
import { TemplateRef } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class TdDynamicDatepickerComponent { control: UntypedFormControl; label: string; hint: string; name: string; type?: string; required: boolean; min?: number; max?: number; errorMessageTemplate: TemplateRef<any>; placeholder: string; static ɵfac: i0.ɵɵFactoryDeclaration<TdDynamicDatepickerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TdDynamicDatepickerComponent, "td-dynamic-datepicker", never, {}, {}, never, never, true, never>; }