UNPKG

@taiga-ui/layout

Version:

A package with Taiga UI layout components

12 lines (11 loc) 763 B
import { type TuiFormOptions } from './form.options'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/core/components/textfield"; export declare class TuiForm { protected readonly options: TuiFormOptions; protected readonly nothing: undefined; size: TuiFormOptions['size']; set tuiForm(size: TuiFormOptions['size'] | ''); static ɵfac: i0.ɵɵFactoryDeclaration<TuiForm, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiForm, "[tuiForm]", never, { "tuiForm": { "alias": "tuiForm"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiTextfieldOptionsDirective; inputs: { "tuiTextfieldAppearance": "tuiTextfieldAppearance"; "tuiTextfieldCleaner": "tuiTextfieldCleaner"; }; outputs: {}; }]>; }