UNPKG

custom-bootstrap-vue

Version:

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

9 lines 306 B
import { BFormDatepicker } from './form-datepicker'; import { pluginFactory } from '../../utils/plugins'; var FormDatepickerPlugin = /*#__PURE__*/pluginFactory({ components: { BFormDatepicker: BFormDatepicker, BDatepicker: BFormDatepicker } }); export { FormDatepickerPlugin, BFormDatepicker };