mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-28 22:01:40 +00:00
13 lines
260 B
TypeScript
13 lines
260 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module 'framework7-icons/vue/vue/*.vue' {
|
|
import type { DefineComponent } from 'vue'
|
|
|
|
const component: DefineComponent
|
|
export default component
|
|
}
|
|
|
|
interface Window {
|
|
GetParentResourceName?: () => string
|
|
}
|