This commit is contained in:
syuilo 2018-02-22 02:00:30 +09:00
parent 3d4fccef45
commit abf1c30ce6
9 changed files with 108 additions and 18 deletions

View file

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