Skip to content

Commit

Permalink
chore: fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VividLemon committed May 23, 2024
1 parent 2e20c94 commit 81bd830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bootstrap-vue-next/src/types/ComponentProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,7 @@ type UnmappedComponentProps<BFormSelectOption = any, BTableLite = any, BTable =
BInputGroupPrepend: BInputGroupAddonProps
BNavItemDropdown: BDropdownProps
BRow: BRowProps
BInput: BFormInputProps
}

export type BvnComponentProps = {
Expand Down

0 comments on commit 81bd830

Please sign in to comment.