interface CopyButtonState {
    copied: boolean;
    showConfirm: boolean;
}

Properties

Properties

copied: boolean
showConfirm: boolean