@assistant-ui/react
Version:
TypeScript/React library for AI Chat
7 lines • 347 B
TypeScript
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
import type { Scope } from "@radix-ui/react-context";
export declare const useDropdownMenuScope: ReturnType<typeof DropdownMenuPrimitive.createDropdownMenuScope>;
export type ScopedProps<P> = P & {
__scopeThreadListItemMore?: Scope;
};
//# sourceMappingURL=scope.d.ts.map