UNPKG

@yandex/ui

Version:

Yandex UI components

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