UNPKG

@yandex/ui

Version:

Yandex UI components

8 lines (7 loc) 248 B
import { FC, LabelHTMLAttributes } from 'react'; import './Textinput-Label.css'; interface TextinputLabelProps extends LabelHTMLAttributes<HTMLLabelElement> { floated?: boolean; } export declare const Label: FC<TextinputLabelProps>; export {};