UNPKG

@yandex/ui

Version:

Yandex UI components

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