UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

10 lines (9 loc) 267 B
import React from "react"; import { Link as RLink } from "@wq/react"; import { Link as MuiLink } from "@mui/material"; export default function Link(props) { return /*#__PURE__*/ React.createElement(MuiLink, { component: RLink, ...props, }); }