UNPKG

custom-bootstrap-vue

Version:

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

9 lines 261 B
import { BFormInput } from './form-input'; import { pluginFactory } from '../../utils/plugins'; var FormInputPlugin = /*#__PURE__*/pluginFactory({ components: { BFormInput: BFormInput, BInput: BFormInput } }); export { FormInputPlugin, BFormInput };