UNPKG

tplus-api

Version:

tplus api invoke

6 lines (5 loc) 255 B
export default class UIConfirm { static showConfirm: (message: string, postEvent: () => any) => any; static registerImpl(showConfirm: (message: string, postEvent: () => any) => any): void; static show(message: string, postEvent: any): void; }