1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-04 17:03:05 +09:00
MisskeyIO/src/client/app/mobile/api/dialog.ts
2018-03-29 20:32:18 +09:00

6 lines
122 B
TypeScript

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