diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-13 12:23:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-13 12:23:49 +0900 |
| commit | 2795fe457909c687f668d020ef65d52abc3182fb (patch) | |
| tree | 0a52e4e4d854333496fcc487560c93c3de5d5eb5 /packages/client/src/scripts/loading.ts | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.96.0 (diff) | |
| download | misskey-2795fe457909c687f668d020ef65d52abc3182fb.tar.gz misskey-2795fe457909c687f668d020ef65d52abc3182fb.tar.bz2 misskey-2795fe457909c687f668d020ef65d52abc3182fb.zip | |
Merge branch 'develop'
Diffstat (limited to 'packages/client/src/scripts/loading.ts')
| -rw-r--r-- | packages/client/src/scripts/loading.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/client/src/scripts/loading.ts b/packages/client/src/scripts/loading.ts new file mode 100644 index 0000000000..4b0a560e34 --- /dev/null +++ b/packages/client/src/scripts/loading.ts @@ -0,0 +1,11 @@ +export default { + start: () => { + // TODO + }, + done: () => { + // TODO + }, + set: val => { + // TODO + } +}; |