UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

7 lines (6 loc) 203 B
import type { FormField } from '../types/FormField'; /** * Gets the value of a given input element. * @param {FormField} input */ export declare const getFormFieldValue: (input: FormField) => string;