UNPKG

hh-ui-components

Version:
7 lines (6 loc) 143 B
import React from "react"; export interface LinkProps { href: string; label: string; } export declare const Link: React.FC<LinkProps>;