UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines (10 loc) 377 B
import { PropertiesTableProps } from '../../../shared/types'; export declare const FieldProperties: PropertiesTableProps; export declare const FieldEvents: PropertiesTableProps; export declare const getFieldEventsWithTypes: (valueType?: { type: string; optional?: boolean; }, additionalArgsType?: { type: string; optional?: boolean; }) => PropertiesTableProps;