@fleek-platform/agents-ui
Version:
The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward
12 lines (11 loc) • 358 B
TypeScript
import type React from 'react';
export declare enum Target {
Blank = "_blank",
Self = "_self",
Parent = "_parent",
Top = "_top"
}
declare const Link: React.ForwardRefExoticComponent<React.AnchorHTMLAttributes<HTMLAnchorElement> & {
children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLAnchorElement>>;
export default Link;