UNPKG

@yandex/ui

Version:

Yandex UI components

4 lines (3 loc) 280 B
import React from 'react'; import { Textarea } from '@yandex-lego/components/Textarea/desktop/bundle'; export var State = function () { return (React.createElement(Textarea, { state: "error", hint: "Error message", size: "m", view: "default", defaultValue: "view default" })); };