mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-11-03 23:21:24 +00:00
7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
|
/* eslint-disable */
|
||
|
declare module '*.vue' {
|
||
|
import type { DefineComponent } from 'vue'
|
||
|
const component: DefineComponent<{}, {}, any>
|
||
|
export default component
|
||
|
}
|