UNPKG

@fluent-form/core

Version:

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

4 lines (3 loc) 211 B
import type { AbstractSchema } from './abstract.schema'; import type { SingleSchemaKey } from './types'; export type AbstractComponentSchema<Key extends SingleSchemaKey = SingleSchemaKey> = AbstractSchema<Key>;