UNPKG

@fluent-form/core

Version:

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

4 lines (3 loc) 273 B
import { type SchemaPatcher } from '../patcher'; import { type FluentFormFeature, FluentFormFeatureKind } from './interface'; export declare function withSchemaPatchers(patchers: (SchemaPatcher | SchemaPatcher[])[]): FluentFormFeature<FluentFormFeatureKind.SchemaPatcher>;