UNPKG

@yandex/ui

Version:

Yandex UI components

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