@5minds/processcube_app_sdk
Version:
The SDK for ProcessCube Apps
7 lines (6 loc) • 373 B
TypeScript
import React from 'react';
import { DynamicUiComponentProps } from '../DynamicUi';
export declare const StringFormField: React.ForwardRefExoticComponent<DynamicUiComponentProps<string | null> & React.RefAttributes<{
getValue?: (() => import("../DynamicUi").JSONValue | void) | undefined;
getState?: (() => import("../DynamicUi").JSONValue | void) | undefined;
}>>;