UNPKG

vue3-danmaku

Version:

基于 Vue3 的弹幕交互组件

6 lines (5 loc) 148 B
declare module '*.vue' { import { defineComponent } from 'vue' const Component: ReturnType<typeof defineComponent> export default Component }