lolosia-web/typings/global.d.ts

11 lines
268 B
TypeScript
Raw Normal View History

2023-02-02 16:07:38 +08:00
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 {}