Skip to content

Commit

Permalink
feat: add form control tag and form control term
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 29, 2024
1 parent bf3be15 commit 5febefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ declare module 'vue' {
BFormGroup: typeof import('bootstrap-vue-next')['BFormGroup']
BFormInput: typeof import('bootstrap-vue-next')['BFormInput']
BFormSelect: typeof import('bootstrap-vue-next')['BFormSelect']
BFormTags: typeof import('bootstrap-vue-next')['BFormTags']
BLink: typeof import('bootstrap-vue-next')['BLink']
BModal: typeof import('bootstrap-vue-next')['BModal']
BNav: typeof import('bootstrap-vue-next')['BNav']
Expand Down

0 comments on commit 5febefd

Please sign in to comment.