FunctionField({
inputName,
disabled,
value,
type,
id,
handleChange,
...rest
}: FieldProps)
components/field/index.tsx:14
FunctionInputs({
name,
args,
updateValue,
keys = [],
preview = false,
child = false,
}: InputsProps)
components/inputs/index.tsx:15