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

      • props: {
            isHashTrusted: (hash: SHA256Hash) => boolean | Promise<boolean>;
            onUnversionedObjectDelete: (object: OneUnversionedObjectTypes) => void;
        }
        • isHashTrusted: (hash: SHA256Hash) => boolean | Promise<boolean>
        • onUnversionedObjectDelete: (object: OneUnversionedObjectTypes) => void

          callback for when a delete button is clicked

      Returns ReactElement