UNPKG

openapi-formkit

Version:

Transform an OpenAPI document to a FormKit schema

3 lines (2 loc) 160 B
import { FormKitInput, Options, Parameter } from './../types/index.d'; export declare function convertString(param: Parameter, options: Options): FormKitInput;