UNPKG

@fluent-form/core

Version:

An Angular dynamic forms library powered by Fluent API and JSON.

14 lines (13 loc) 591 B
import { FormGroup } from '@angular/forms'; import type { RowComponentSchema } from '../../schemas'; import { AbstractWidget, type WidgetTemplateContext } from '../widget'; import * as i0 from "@angular/core"; type RowWidgetTemplateContext = WidgetTemplateContext<RowComponentSchema, FormGroup>; /** * @internal */ export declare class RowWidget extends AbstractWidget<RowWidgetTemplateContext> { static ɵfac: i0.ɵɵFactoryDeclaration<RowWidget, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RowWidget, "ng-component", never, {}, {}, never, never, true, never>; } export {};