UNPKG

@freecodecamp/ui

Version:

The freeCodeCamp.org open-source UI components

6 lines (5 loc) 162 B
import React from "react"; export interface ControlLabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> { htmlFor?: string; srOnly?: boolean; }