@w6s/sdk
Version:
WorkPlusFE JavaScript SDK.
8 lines (7 loc) • 391 B
TypeScript
import { showLoading, hideLoading } from './loading';
import { showToast } from './toast';
import { showActionSheet } from './actionSheet';
import { showModal } from './modal';
import { showInputView } from './inputView';
import { popNotification } from './popNotification';
export { showLoading, hideLoading, showToast, showActionSheet, showModal, showInputView, popNotification, };