We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae3d25 commit 6f0f3fdCopy full SHA for 6f0f3fd
src/index.d.ts
@@ -12,12 +12,12 @@ export interface BvConfigOptions {
12
}
13
14
// Plugin definition
15
-export interface BvPlugin extends PluginObject {
+export interface BvPlugin extends PluginObject<BvConfigOptions> {
16
install: PluginFunction<BvConfigOptions>
17
18
19
// Component base definition
20
-export interface BvComponent extends Vue {
+export class BvComponent extends Vue {
21
// Simple catch-all to allow any prop/type
22
[key: string]: any
23
0 commit comments