interface WithRemoveButtonProps {
    disabled: boolean;
    onRemove: () => void;
}

Properties

Properties

disabled: boolean
onRemove: () => void