UNPKG

@assistant-ui/react

Version:

React components for AI chat.

14 lines 1.05 kB
import { type FC } from "react"; import { TooltipIconButtonProps } from "./base/tooltip-icon-button"; declare const Attachment: FC; declare const exports: { Root: import("react").ForwardRefExoticComponent<Partial<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined; } & { asChild?: boolean; }, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref">> & import("react").RefAttributes<HTMLDivElement>>; Remove: import("react").ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & import("react").RefAttributes<HTMLButtonElement>>; }; declare const _default: typeof Attachment & typeof exports; export default _default; //# sourceMappingURL=attachment.d.ts.map