UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

13 lines 515 B
import React from 'react'; import type { FCWithSlotMarker } from '../../../utils/types'; export type CheckboxOrRadioGroupLabelProps = { /** Class name for custom styling */ className?: string; /** * Whether to visually hide the fieldset legend */ visuallyHidden?: boolean; }; declare const CheckboxOrRadioGroupLabel: FCWithSlotMarker<React.PropsWithChildren<CheckboxOrRadioGroupLabelProps>>; export default CheckboxOrRadioGroupLabel; //# sourceMappingURL=CheckboxOrRadioGroupLabel.d.ts.map