UNPKG

@yandex/ui

Version:

Yandex UI components

7 lines (6 loc) 181 B
import { FC } from 'react'; import './Radiobox-Box.css'; export declare type RadioboxBoxProps = { className?: string; }; export declare const RadioboxBox: FC<RadioboxBoxProps>;