UNPKG

@yandex/ui

Version:

Yandex UI components

11 lines (10 loc) 294 B
import { FC, MouseEventHandler } from 'react'; import './Tumbler-Label.css'; declare type TumblerLabelProps = { disabled?: boolean; htmlFor: string; id: string; onClick: MouseEventHandler<HTMLSpanElement>; }; export declare const TumblerLabel: FC<TumblerLabelProps>; export {};