UnisKB/ui/env.d.ts

11 lines
239 B
TypeScript
Raw Normal View History

2025-04-14 12:11:23 +00:00
/// <reference types="vite/client" />
2025-07-01 12:30:43 +00:00
declare module 'katex'
2025-07-01 07:43:00 +00:00
interface Window {
sendMessage: ?((message: string, other_params_data: any) => void)
chatUserProfile: ?(() => any)
2025-07-01 07:43:00 +00:00
MaxKB: {
prefix: string
2025-07-03 04:26:20 +00:00
chatPrefix: string
2025-07-01 07:43:00 +00:00
}
}