UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

12 lines (11 loc) 360 B
import React from "react"; //#region src/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.d.ts type CheckboxOrRadioGroupLabelProps = { /** Class name for custom styling */className?: string; /** * Whether to visually hide the fieldset legend */ visuallyHidden?: boolean; }; //#endregion export { CheckboxOrRadioGroupLabelProps };