UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 239 B
import { FC } from 'react'; import './Textarea-Box.css'; export interface TextareaBoxProps { /** * Дополнительный класс. */ className?: string; } export declare const TextareaBox: FC<TextareaBoxProps>;