import type { FC, PropsWithChildren } from 'react'; export const FormText: FC> = ({ children }) => ( {children} );