@yandex/ui
Version:
Yandex UI components
6 lines (5 loc) • 398 B
JavaScript
import React from 'react';
import { Attach } from '@yandex-lego/components/Attach/desktop/bundle';
export var HasHolder = function () { return (React.createElement(React.Fragment, null,
React.createElement(Attach, { size: "m", view: "default" }, "Select file"),
React.createElement(Attach, { hasHolder: true, holderText: "no file chosen", size: "m", view: "default" }, "Select file"))); };