mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
declare const __DEV__: boolean
|
|
|
|
declare module '*.vue' {
|
|
const component: any
|
|
export default component
|
|
}
|