UNPKG

@fluent-form/core

Version:

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

7 lines (6 loc) 249 B
import type { AbstractBranchSchema } from './abstract.schema'; import type { SingleSchemaKey } from './types'; /** * @public */ export type AbstractComponentWrapperSchema<Key extends SingleSchemaKey = SingleSchemaKey> = AbstractBranchSchema<Key>;