synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
7 lines • 307 B
TypeScript
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