UNPKG

v8-ui-atoms

Version:

A library of common base components for building ui

6 lines (5 loc) 228 B
/// <reference types="react" /> import { ILinkProps } from "./Link.interfaces"; declare const LinkComponent: (props: ILinkProps) => JSX.Element; export default LinkComponent; export declare const LinkTestId = "LinkTestId";