UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

7 lines 317 B
import * as PopoverPrimitive from "@radix-ui/react-popover"; import type { Scope } from "@radix-ui/react-context"; export declare const usePopoverScope: ReturnType<typeof PopoverPrimitive.createPopoverScope>; export type ScopedProps<P> = P & { __scopeAssistantModal?: Scope; }; //# sourceMappingURL=scope.d.ts.map