UNPKG

custom-bootstrap-vue

Version:

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

9 lines (6 loc) 249 B
import { BFormRating } from './form-rating' import { pluginFactory } from '../../utils/plugins' const FormRatingPlugin = /*#__PURE__*/ pluginFactory({ components: { BFormRating, BRating: BFormRating } }) export { FormRatingPlugin, BFormRating }