tiptap/demos/shims-vue.d.ts

7 lines
143 B
TypeScript
Raw Normal View History

2021-08-25 17:52:20 +08:00
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}