UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

8 lines (6 loc) 213 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 <MuiLink component={RLink} {...props} />; }