@notiz/formly-tailwindcss
Version:
Formly TailwindCSS theme
15 lines (14 loc) • 695 B
TypeScript
import { Type } from '@angular/core';
import { FieldType, FieldTypeConfig, FormlyFieldConfig, FormlyFieldProps } from '@ngx-formly/core';
import * as i0 from "@angular/core";
export interface InputProps extends FormlyFieldProps {
}
export interface FormlyInputFieldConfig extends FormlyFieldConfig<InputProps> {
type: 'input' | Type<FormlyTailwindInput>;
}
export declare class FormlyTailwindInput extends FieldType<FieldTypeConfig<InputProps>> {
class: string;
get type(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyTailwindInput, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormlyTailwindInput, "formly-input", never, {}, {}, never, never, true, never>;
}