mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-09-27 02:29:59 +08:00
7 lines
179 B
TypeScript
7 lines
179 B
TypeScript
declare module '~icons/*' {
|
|
import type { FunctionalComponent, SVGAttributes } from 'vue';
|
|
|
|
const component: FunctionalComponent<SVGAttributes>;
|
|
export default component;
|
|
}
|