Skip to content

Commit

Permalink
types(Lazyload): fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 30, 2020
1 parent 5723c8a commit d0c4c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/lazyload.d.ts
@@ -1,7 +1,7 @@
import { PluginFunction } from 'vue';
import { Plugin } from 'vue';

export interface Lazyload {
install: PluginFunction<void>;
install: Plugin;
}

export const Lazyload: Lazyload;

0 comments on commit d0c4c26

Please sign in to comment.