UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

6 lines (5 loc) 236 B
/// <reference types="react" /> import './Link.scss'; import { ILinkProps } from './Link.types'; declare const Link: ({ href, children, size, display, ariaDescribedBy, ariaLabel, }: ILinkProps) => JSX.Element; export default Link;