UNPKG

@assistant-ui/react

Version:

React components for AI chat.

5 lines 237 B
export type UseActionBarCopyProps = { copiedDuration?: number | undefined; }; export declare const useActionBarCopy: ({ copiedDuration, }?: UseActionBarCopyProps) => (() => void) | null; //# sourceMappingURL=useActionBarCopy.d.ts.map