Files
sbnews/uniapp/typings/vue.d.ts
T
2026-06-11 12:15:29 +08:00

13 lines
263 B
TypeScript

import 'vue'
declare module 'vue' {
interface ComponentCustomProperties {
$theme: {
primaryColor: string
pageStyle: string
navColor: string
navBgColor: string
title: string
}
}
}