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

8 lines (7 loc) 206 B
type UseOnKeyDownArgs = { key: string; condition?: boolean; callbackFn: () => void; }; export declare const useOnKeyDown: ({ key, condition, callbackFn, }: UseOnKeyDownArgs) => void; export {};