11 lines
268 B
TypeScript
11 lines
268 B
TypeScript
|
import type { defineOptions as _defineOptions } from 'unplugin-vue-define-options/macros.d.ts'
|
||
|
declare global {
|
||
|
interface ObjKeys {
|
||
|
[propName: string]: any
|
||
|
}
|
||
|
const GLOBAL_VAR: String
|
||
|
const defineOptions: typeof _defineOptions
|
||
|
const $ref: any
|
||
|
}
|
||
|
export {}
|