UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

11 lines 677 B
import { ActionButtonElement, ActionButtonProps } from "../../utils/createActionButton"; declare const useThreadListItemTrigger: () => () => void; export declare namespace ThreadListItemPrimitiveTrigger { type Element = ActionButtonElement; type Props = ActionButtonProps<typeof useThreadListItemTrigger>; } export declare const ThreadListItemPrimitiveTrigger: import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & { asChild?: boolean; }, "ref"> & import("react").RefAttributes<HTMLButtonElement>>; export {}; //# sourceMappingURL=ThreadListItemTrigger.d.ts.map