@tycoonsystems/tycoon-modules
Version:
www.tv.tycoon.systems/documentation
1 lines • 791 B
JavaScript
import React from"react";const Module=e=>{var{fetchBusy:e,handleAskEndStream:t}=e;return React.createElement(React.Fragment,null,e?null:React.createElement(React.Fragment,null,React.createElement("div",{style:{fontWeight:600,textAlign:"center",marginTop:".42rem"}},"Terminate the Stream?"),React.createElement("div",{className:"flex gap-p2",style:{marginTop:".5rem"}},React.createElement("button",{className:"simple_item_selector pointer red_button",style:{width:"100%",textAlign:"center",fontWeight:600,borderRadius:".25rem",height:"1.5rem"},onClick:t,modif:"yes"},"Yes"),React.createElement("button",{className:"simple_item_selector pointer",style:{width:"100%",textAlign:"center",fontWeight:600,borderRadius:".25rem",height:"1.5rem"},onClick:t,modif:"no"},"No"))))};export default Module;