UNPKG

@anushase/json-form-builder

Version:

A dynamic JSON form builder with multi-language support, validation, and responsive design

3 lines (2 loc) 144 B
import { FormState, FormField } from "../types"; export declare const createPhotoField: (state: FormState, field: FormField) => HTMLDivElement;