UNPKG

@yandex/ui

Version:

Yandex UI components

8 lines (7 loc) 367 B
import React from 'react'; import { cnTextarea } from '../Textarea'; import './Textarea-Hint.css'; export var TextareaHint = function (_a) { var leave = _a.leave, onAnimationEnd = _a.onAnimationEnd, children = _a.children; return (React.createElement("span", { className: cnTextarea('Hint', { leave: leave }), onAnimationEnd: onAnimationEnd }, children)); };