UNPKG

ink-form

Version:

Complex user-friendly form component for React Ink

5 lines (4 loc) 148 B
import { FormProps } from './types.js'; export declare const openForm: (options: Omit<FormProps, 'value'>) => Promise<{ [key: string]: any; }>;