UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

4 lines (3 loc) 190 B
/// <reference types="react" /> import { SmartLinkProps } from './interface'; export declare function NavigationLink({ to, children, RouterLink, ...props }: SmartLinkProps): JSX.Element;