@notiz/formly-tailwindcss
Version:
Formly TailwindCSS theme
16 lines (15 loc) • 780 B
TypeScript
import { Type } from '@angular/core';
import { FieldType, FieldTypeConfig, FormlyFieldConfig, FormlyFieldProps } from '@ngx-formly/core';
import * as i0 from "@angular/core";
export interface DatepickerProps extends FormlyFieldProps {
}
export interface FormlyDatepickerFieldConfig extends FormlyFieldConfig<DatepickerProps> {
type: 'datepicker' | Type<FormlyTailwindDatepicker>;
}
export declare class FormlyTailwindDatepicker extends FieldType<FieldTypeConfig<FormlyFieldProps>> {
class: string;
supportedDateTypes: string[];
get type(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyTailwindDatepicker, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormlyTailwindDatepicker, "formly-datepicker", never, {}, {}, never, never, true, never>;
}