UNPKG

@yandex/ui

Version:

Yandex UI components

4 lines (3 loc) 267 B
import React from 'react'; import { Attach } from '@yandex-lego/components/Attach/desktop/bundle'; export var Theme = function () { return (React.createElement(Attach, { hasHolder: true, holderText: "no file chosen", size: "m", theme: "normal" }, "Select file")); };