/** * A value that can be provided for form submission and state. * * @public */ export type FormValue = File | string | FormData; //# sourceMappingURL=FormValue.d.ts.map