UNPKG

galileo-ui

Version:

My Design System Components

10 lines (9 loc) 240 B
import React from "react"; interface StkLinkProps { href: string; target: string; label: string; color?: string; } export declare function StkLink({ href, target, label, color }: StkLinkProps): React.JSX.Element; export {};