index
:
misskey
master
my misskey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
v.d.ts
blob: b3a21c6cdb59a9ac0991f5671fd52cb080565f3b (
plain
)
1
2
3
4
declare
module
'*.vue'
{
import
Vue
from
'vue'
;
export
default
Vue
;
}