@assistant-ui/react
Version:
TypeScript/React library for AI Chat
13 lines • 571 B
TypeScript
import React from "react";
export declare namespace ComposerPrimitiveAttachmentDropzone {
type Element = HTMLDivElement;
type Props = React.HTMLAttributes<HTMLDivElement> & {
asChild?: boolean | undefined;
disabled?: boolean | undefined;
};
}
export declare const ComposerPrimitiveAttachmentDropzone: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
asChild?: boolean | undefined;
disabled?: boolean | undefined;
} & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=ComposerAttachmentDropzone.d.ts.map