ai-agent-m/typings/vue.d.ts
2025-03-07 10:31:57 +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
}
}
}