UNPKG

@fluent-form/core

Version:

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

4 lines (3 loc) 197 B
import type { FluentFormWidgetConfig } from '../features'; import { type RowComponentSchema } from '../schemas'; export declare function useRowWidget(): FluentFormWidgetConfig<RowComponentSchema>;