UNPKG

@freecodecamp/ui

Version:

The freeCodeCamp.org open-source UI components

3 lines (2 loc) 158 B
import { ControlLabelProps } from "./types"; export declare const ControlLabel: ({ className, htmlFor, srOnly, ...props }: ControlLabelProps) => JSX.Element;