UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

6 lines 252 B
interface PasteAndDropPluginProps { onFilesAdded?: (files: File[]) => void; } declare const PasteAndDropPlugin: ({ onFilesAdded }: PasteAndDropPluginProps) => null; export default PasteAndDropPlugin; //# sourceMappingURL=PasteAndDropPlugin.d.ts.map