UNPKG

@yandex/ui

Version:

Yandex UI components

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