UNPKG

payzli-ui

Version:

A custom react components library

5 lines (4 loc) 264 B
import React from "react"; import { ILinkProps } from "../../models/ILinkProps"; declare const Link: ({ label, href, target, rel, onClick, ref, className, size, fontFamily, type, style, underline, ...props }: ILinkProps) => React.JSX.Element; export default Link;