Skip to content

Commit 603307a

Browse files
tmorehousejacobmllr95
authored andcommitted
fix(typescript): include named export BootstrapVue in declaration file (bootstrap-vue#4590)
1 parent 64bf5ef commit 603307a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ export * from './icons'
5959
// Directives & Plugins
6060
export * from './directives'
6161

62-
declare const BootstrapVue: BootstrapVuePlugin
63-
export default BootstrapVue
62+
// BootstrapVue plugin
6463
export interface BootstrapVuePlugin extends BvPlugin {
6564
setConfig: (config: BvConfigOptions) => void
6665
}
66+
export declare const BootstrapVue: BootstrapVuePlugin
67+
export default BootstrapVue

0 commit comments

Comments
 (0)