UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

7 lines (6 loc) 305 B
import React from "react"; interface AttachmentPreviewProps { renderAttachment?: () => React.ReactNode; } export declare function AttachmentPreview({ renderAttachment, }: AttachmentPreviewProps): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined; export {};