import { FormProps } from './types/Form.props.ts'; import { NamedExoticComponent, RefAttributes } from 'react'; /** * A thin, unstyled wrapper around the native `
` element. * * Use it as the root of any form so assistive technology can identify the * form boundary, and so you have a consistent place to handle submission * and validation behavior. * * @example * ```tsx * * *