added babel and INCORRECT vue-flag-icon type definitions -> disabled check (js lib instead of ts)
This commit is contained in:
9
src/@types/vue-flag-icon/index.d.ts
vendored
Normal file
9
src/@types/vue-flag-icon/index.d.ts
vendored
Normal 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;
|
||||
}**/
|
||||
Reference in New Issue
Block a user