// useLibs
// noPage

import { LibProgress } from "esoftplay/cache/lib/progress/import";
import esp from "esoftplay/esp";


export interface EventDistribution_lockProps {

}


export default function m(callback: Function): any {
  LibProgress.show(esp.lang("event/distribution_lock", "message"))
  setTimeout(() => {
    callback()
  }, 5000);
}