react-native-ajora
Version:
The most complete AI agent UI for React Native
7 lines (6 loc) • 305 B
TypeScript
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 {};