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 64bf5ef commit 603307aCopy full SHA for 603307a
src/index.d.ts
@@ -59,8 +59,9 @@ export * from './icons'
59
// Directives & Plugins
60
export * from './directives'
61
62
-declare const BootstrapVue: BootstrapVuePlugin
63
-export default BootstrapVue
+// BootstrapVue plugin
64
export interface BootstrapVuePlugin extends BvPlugin {
65
setConfig: (config: BvConfigOptions) => void
66
}
+export declare const BootstrapVue: BootstrapVuePlugin
67
+export default BootstrapVue
0 commit comments