We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3792d95 commit dd52d99Copy full SHA for dd52d99
types/index.d.ts
@@ -65,6 +65,6 @@ export default class InfiniteLoading extends Vue {
65
// Slots
66
$slots: Slots;
67
68
- static install: PluginFunction<never>;
+ static install: PluginFunction<InfiniteOptions>;
69
}
70
0 commit comments