UNPKG

@fluent-form/core

Version:

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

5 lines (4 loc) 286 B
import type { RowComponentSchema, SingleSchemaKey } from '../schemas'; import { type UnstableBuilder } from './builder'; import type { KindOrKey } from './helper'; export declare function row<Key extends SingleSchemaKey>(key?: Key): UnstableBuilder<RowComponentSchema<Key>, KindOrKey>;