UNPKG

custom-bootstrap-vue

Version:

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

9 lines 268 B
import { BFormGroup } from './form-group'; import { pluginFactory } from '../../utils/plugins'; var FormGroupPlugin = /*#__PURE__*/pluginFactory({ components: { BFormGroup: BFormGroup, BFormFieldset: BFormGroup } }); export { FormGroupPlugin, BFormGroup };