import { FieldsetHTMLAttributes } from 'react'; export interface FieldsetProps extends FieldsetHTMLAttributes { /** Legend for the Fieldset */ feLegend: string; } /** * The `
` component is used to group several controls as well as labels (