UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

7 lines 307 B
import { LinkProps as MuiLinkProps } from '@mui/material'; interface SmartLinkProps extends MuiLinkProps { href: string; } export declare function SmartLink({ href, target, children, ...props }: SmartLinkProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SmartLink.d.ts.map