UNPKG

@yandex/ui

Version:

Yandex UI components

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