UNPKG

@5minds/processcube_app_sdk

Version:
7 lines (6 loc) 366 B
import React from 'react'; import type { DynamicUiComponentProps } from '../DynamicUi'; export declare const ParagraphFormField: React.ForwardRefExoticComponent<DynamicUiComponentProps & React.RefAttributes<{ getValue?: (() => import("../DynamicUi").JSONValue | void) | undefined; getState?: (() => import("../DynamicUi").JSONValue | void) | undefined; }>>;