UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

12 lines (9 loc) 291 B
import { BFormSpinbutton } from './form-spinbutton' import { pluginFactory } from '../../utils/plugins' const FormSpinbuttonPlugin = /*#__PURE__*/ pluginFactory({ components: { BFormSpinbutton, BSpinbutton: BFormSpinbutton } }) export { FormSpinbuttonPlugin, BFormSpinbutton }