2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-27 00:58:26 +00:00

5 lines
74 B
TypeScript
Raw Normal View History

2020-04-28 12:47:35 +03:00
declare module "*.vue" {
import Vue from "vue";
export default Vue;
}