Interface

FieldRegistryWrappers

@ng-forge/dynamic-forms

Wrapper type registry for module augmentation.

Augment this interface to add type-safe wrapper type definitions.

Signature

interface FieldRegistryWrappers

Properties

NameTypeDescription
css CssWrapper-
row RowWrapper-

Examples

declare module '@ng-forge/dynamic-forms' {
  interface FieldRegistryWrappers {
    'section': MySectionFieldDef
  }
}