UNPKG

@w6s/sdk

Version:

WorkPlusFE JavaScript SDK.

6 lines (5 loc) 330 B
import { bindBackButtonEvent, unbindBackButtonEvent } from './backbutton'; import { bindPauseEvent } from './pause'; import { bindResumeEvent } from './resume'; import { bindMessageChannel } from './messageChannel'; export { bindBackButtonEvent, bindPauseEvent, bindResumeEvent, unbindBackButtonEvent, bindMessageChannel, };