export default { name: 'confirmation-popover', props: { action: String, btn_text: String, cancel_btn_text: String, confirm_btn_text: String, confirm_msg: String, csrf_token: String, }, template: ` `, }