UNPKG

ringcentral-widgets

Version:
9 lines (6 loc) 246 B
import { connectModule } from '../../lib/phoneContext'; import CallsOnholdPanel from '../../components/CallsOnholdPanel'; const CallsOnholdPage = connectModule((phone) => phone.callsOnholdUI)( CallsOnholdPanel, ); export { CallsOnholdPage };