UNPKG

@fluent-form/core

Version:

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

4 lines (3 loc) 254 B
import type { Provider } from '@angular/core'; import { type FluentFormFeature, FluentFormFeatureKind } from './interface'; export declare function makeFluentFeature<K extends FluentFormFeatureKind>(kind: K, providers: Provider[]): FluentFormFeature<K>;