UNPKG

@yandex/ui

Version:

Yandex UI components

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