@refinio/one.ui
    Preparing search index...
    • Parameters

      • props: {
            attachments?: Attachment[];
            enabled: boolean;
            id?: string;
            onAttachmentClickRender?: (
                attachment: Attachment,
                onClose: () => void,
            ) => ReactElement;
            onChange: (attachments: Attachment[]) => void;
        }

      Returns ReactElement