official_website/uniapp/typings/vue.d.ts

13 lines
263 B
TypeScript
Raw Normal View History

2024-11-29 14:05:52 +08:00
import 'vue'
declare module 'vue' {
interface ComponentCustomProperties {
$theme: {
primaryColor: string
pageStyle: string
navColor: string
navBgColor: string
title: string
}
}
}