Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo authored and caro3801 committed Aug 20, 2024
1 parent a5bdba4 commit 5d6f824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,24 @@ declare module 'vue' {
BFormFile: typeof import('bootstrap-vue-next')['BFormFile']
BFormGroup: typeof import('bootstrap-vue-next')['BFormGroup']
BFormInput: typeof import('bootstrap-vue-next')['BFormInput']
BFormInvalidFeedback: typeof import('bootstrap-vue-next')['BFormInvalidFeedback']
BFormRadio: typeof import('bootstrap-vue-next')['BFormRadio']
BFormSelect: typeof import('bootstrap-vue-next')['BFormSelect']
BFormTags: typeof import('bootstrap-vue-next')['BFormTags']
BFormTextarea: typeof import('bootstrap-vue-next')['BFormTextarea']
BInputGroup: typeof import('bootstrap-vue-next')['BInputGroup']
BInputGroupText: typeof import('bootstrap-vue-next')['BInputGroupText']
BLink: typeof import('bootstrap-vue-next')['BLink']
BModal: typeof import('bootstrap-vue-next')['BModal']
BNav: typeof import('bootstrap-vue-next')['BNav']
BNavItem: typeof import('bootstrap-vue-next')['BNavItem']
BOverlay: typeof import('bootstrap-vue-next')['BOverlay']
BPopover: typeof import('bootstrap-vue-next')['BPopover']
BRow: typeof import('bootstrap-vue-next')['BRow']
BTab: typeof import('bootstrap-vue-next')['BTab']
BTable: typeof import('bootstrap-vue-next')['BTable']
BTableSimple: typeof import('bootstrap-vue-next')['BTableSimple']
BTabs: typeof import('bootstrap-vue-next')['BTabs']
BTd: typeof import('bootstrap-vue-next')['BTd']
BTh: typeof import('bootstrap-vue-next')['BTh']
BTooltip: typeof import('bootstrap-vue-next')['BTooltip']
Expand Down
1 change: 0 additions & 1 deletion src/stories/components/ImageMode/ImageMode.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const LocalTheme = {
]
}


export const CustomTheme = {
args: {},
render: () => ({
Expand Down

0 comments on commit 5d6f824

Please sign in to comment.