UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

3 lines (2 loc) 188 B
import type { LocationState } from '@base/types/react-router'; export declare const useTypedNavigate: () => (to: string, state?: LocationState, replace?: boolean) => void | Promise<void>;