added babel and INCORRECT vue-flag-icon type definitions -> disabled check (js lib instead of ts)

This commit is contained in:
Tobias Kurze
2019-03-12 16:44:28 +01:00
parent 48e8759c31
commit 18f22fdffa
11 changed files with 140 additions and 20 deletions

9
src/@types/vue-flag-icon/index.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
/**declare module 'vue-flag-icon' {
//export type iae <Instance extends PluginObject<T>>;
//interface VuePlugin {
// install: any;
//}
type VuePlugin = string;
export default VuePlugin;
}**/