mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-17 17:28:01 +00:00
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module '@icons/*.vue' {
|
|
import type { DefineComponent } from 'vue'
|
|
const component: DefineComponent<object, object, unknown>
|
|
export default component
|
|
}
|