UNPKG

@eviljs/reactx

Version:
7 lines (6 loc) 284 B
import { jsx as _jsx } from "react/jsx-runtime"; import { classes } from '@eviljs/react/classes'; export function CheckboxMark(props) { const { className, ...otherProps } = props; return (_jsx("span", { ...otherProps, className: classes('CheckboxMark-67ba', className) })); }