UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines (9 loc) 307 B
import React from 'react'; export interface ChoiceFieldsetLegendProps { /** * Whether to visually hide the fieldset legend */ visuallyHidden?: boolean; } declare const ChoiceFieldsetLegend: React.FC<React.PropsWithChildren<ChoiceFieldsetLegendProps>>; export default ChoiceFieldsetLegend;