mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-24 00:39:32 +09:00
Update vue.d.ts
This commit is contained in:
parent
629991443a
commit
e6495ea6e2
6
src/client/@types/vue.d.ts
vendored
6
src/client/@types/vue.d.ts
vendored
@ -1,5 +1,5 @@
|
|||||||
declare module '*.vue' {
|
declare module '*.vue' {
|
||||||
import type { DefineComponent } from 'vue'
|
import type { DefineComponent } from 'vue'
|
||||||
const component: DefineComponent<{}, {}, any>
|
const component: DefineComponent<{}, {}, any>
|
||||||
export default component
|
export default component
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user