UNPKG

magner

Version:

Universal admin panel magnetic to any backend

3 lines (2 loc) 149 B
import type { Component } from 'vue'; export type IconImport = (() => Component | string | Promise<typeof import('.svg') | Component | any>) | null;