import React, { SelectHTMLAttributes } from "react"; import { FormFieldProps } from "../useFormField"; export interface SelectProps extends FormFieldProps, Omit, "size" | "multiple"> { /** * Collection of