UNPKG

@notiz/formly-tailwindcss

Version:
18 lines (17 loc) 799 B
import { Type } from '@angular/core'; import { FieldType, FieldTypeConfig, FormlyFieldConfig, FormlyFieldProps } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export interface TypographyProps extends FormlyFieldProps { content?: string; } export interface FormlyTypographyFieldConfig extends FormlyFieldConfig<TypographyProps> { type: 'typography' | Type<FormlyTailwindTypography>; } export declare class FormlyTailwindTypography extends FieldType<FieldTypeConfig<TypographyProps>> { class: string; defaultOptions: { className: string; }; static ɵfac: i0.ɵɵFactoryDeclaration<FormlyTailwindTypography, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormlyTailwindTypography, "formly-typography", never, {}, {}, never, never, true, never>; }