UNPKG

@react95/clippy

Version:

Our old good friend Clippy as a React Hook!

5 lines (4 loc) 131 B
import { Agent } from 'clippyts'; export declare const ClippyContext: import("react").Context<{ clippy: Agent | undefined; }>;