nova-admin/src/typings/package.d.ts

7 lines
179 B
TypeScript

declare module '~icons/*' {
import type { FunctionalComponent, SVGAttributes } from 'vue';
const component: FunctionalComponent<SVGAttributes>;
export default component;
}