Skip to content

Commit bf04037

Browse files
authored
Create index.js
1 parent 0e2119e commit bf04037

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { BFormSpinbutton } from './form-spinbutton'
2+
import { pluginFactory } from '../../utils/plugins'
3+
4+
const FormSpinbuttonPlugin = /*#__PURE__*/ pluginFactory({
5+
components: {
6+
BFormSpinbutton,
7+
BSpinbutton: BFormSpinbutton,
8+
}
9+
})
10+
11+
export { FormSpinbuttonPlugin, BFormSpinbutton }

0 commit comments

Comments
 (0)