We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93523c4 commit 8748ad4Copy full SHA for 8748ad4
types/index.d.ts
@@ -3,7 +3,7 @@
3
// Definitions by: Phil Scott <https://github.com/enkafan>
4
// PeachScript <https://github.com/PeachScript>
5
6
-import Vue, { VNode, Component } from 'vue';
+import Vue, { VNode, Component, PluginFunction } from 'vue';
7
8
export type SpinnerType = 'default' | 'bubbles' | 'circles' | 'spiral' | 'waveDots';
9
export type DirectionType = 'top' | 'bottom';
@@ -64,5 +64,7 @@ export default class InfiniteLoading extends Vue {
64
65
// Slots
66
$slots: Slots;
67
+
68
+ static install: PluginFunction<never>;
69
}
70
0 commit comments