UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

14 lines (13 loc) 545 B
import type { PropertiesTableProps } from '../../../shared/types'; /** * Documentation for the useFieldProps hook parameters. * * The useFieldProps hook standardizes handling of the value flow for a single * consumer component representing one data point. It handles error state, * connects to DataContext, and manages field lifecycle. */ export declare const useFieldPropsParameters: PropertiesTableProps; /** * Documentation for the useFieldProps hook return values. */ export declare const useFieldPropsReturns: PropertiesTableProps;