@thepalaceproject/circulation-admin
    Preparing search index...
    interface WithRemoveButtonProps {
        confirmRemoval?: () => boolean;
        disabled: boolean;
        onRemove: () => void;
    }
    Index

    Properties

    confirmRemoval?: () => boolean
    disabled: boolean
    onRemove: () => void