@atlaskit/checkbox
Version:
A checkbox is an input control that allows a user to select one or more options from a number of choices.
12 lines • 377 B
JavaScript
/* label-text.tsx generated by @compiled/babel-plugin v0.39.1 */
import "./label-text.compiled.css";
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
const labelTextStyles = null;
export default function LabelText({
children
}) {
return /*#__PURE__*/React.createElement("span", {
className: ax(["_nd5l11ig _1wpz1h6o"])
}, children);
}