UNPKG

@appbuckets/react-ui-forms

Version:

An utilities package to manage and create Form using AppBuckets ReactUI

13 lines (12 loc) 331 B
import type { CreateHookedFieldOptions, HookedFieldComponent, } from './createHookedField.types'; export declare function createHookedField< Props, RefType, TValue, TDisplayedValue = TValue >( options: CreateHookedFieldOptions<Props, RefType, TValue, TDisplayedValue> ): HookedFieldComponent<Props, RefType, TValue>;