UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

8 lines 257 B
import type { Scope } from "@radix-ui/react-context"; export declare const usePopoverScope: (scope: Scope) => { [__scopeProp: string]: Scope; }; export type ScopedProps<P> = P & { __scopeAssistantModal?: Scope; }; //# sourceMappingURL=scope.d.ts.map