UNPKG

custom-bootstrap-vue

Version:

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

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