mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 21:27:49 +08:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
|
declare module '*.vue' {
|
||
|
import { DefineComponent } from 'vue'
|
||
|
|
||
|
const component: DefineComponent<{}, {}, any>
|
||
|
export default component
|
||
|
}
|