UNPKG

@atlaskit/checkbox

Version:

A checkbox is an input control that allows a user to select one or more options from a number of choices.

7 lines (6 loc) 169 B
/** * @jsxRuntime classic * @jsx jsx */ import { type LabelTextProps } from '../types'; export default function LabelText({ children }: LabelTextProps): JSX.Element;