UNPKG

@yandex/ui

Version:

Yandex UI components

8 lines (7 loc) 250 B
import { withBemMod } from '@bem-react/core'; import { cnCheckbox } from '../Checkbox'; import './Checkbox_lines_multi.css'; /** * @param {ICheckboxLinesMultiProps} props */ export var withLinesMulti = withBemMod(cnCheckbox(), { lines: 'multi' });