trashposs/src/web/app/mobile/api/input.ts
2018-02-22 02:00:30 +09:00

6 lines
121 B
TypeScript

export default function(opts) {
return new Promise<string>((res, rej) => {
alert('input not implemented yet');
});
}