import { h } from 'preact'; import PropTypes from 'prop-types'; import { defaultChildrenPropTypes } from '../../../common-prop-types'; // Only radio and checkboxes require an additional CSS class (variant class). Other form elements do not. export const FormField = ({ children, variant }) => { return (