UNPKG

@yandex/ui

Version:

Yandex UI components

8 lines (7 loc) 242 B
import { withBemMod } from '@bem-react/core'; import { cnCheckbox } from '../Checkbox'; import './Checkbox_lines_one.css'; /** * @param {ICheckboxLinesOneProps} props */ export var withLinesOne = withBemMod(cnCheckbox(), { lines: 'one' });