Describe the bug
When importing the FormTimepickerPlugin typescript throws an error that bootstrap-vue has no exported member FormTimepickerPlugin
Steps to reproduce the bug
- Create a new vue project with typescript
- Import
FormTimepickerPlugin and use it in Vue.
- Run project
Expected behavior
Typescript should not throw an error
Versions
Libraries:
- BootstrapVue: 2.9.0
- Bootstrap: 4.4.1
- Vue: 2.6.11
- typescript: 3.8.3
Environment:
Demo link
Don't think it is necessary
Additional context
I can create a PR with the fix if desired.
Describe the bug
When importing the FormTimepickerPlugin typescript throws an error that
bootstrap-vuehas no exported memberFormTimepickerPluginSteps to reproduce the bug
FormTimepickerPluginand use it in Vue.Expected behavior
Typescript should not throw an error
Versions
Libraries:
Environment:
Demo link
Don't think it is necessary
Additional context
I can create a PR with the fix if desired.