UNPKG

@5minds/processcube_app_sdk

Version:
3 lines (2 loc) 200 B
import { DynamicUiComponentProps } from '../DynamicUi'; export declare function CustomFormField({ formField, state }: DynamicUiComponentProps<string | null>): import("react/jsx-runtime").JSX.Element;