Skip to content

Commit

Permalink
fix(types): add missing VOtpInput export in lib.d.ts (#14497)
Browse files Browse the repository at this point in the history
fixes #14496
  • Loading branch information
Tawank committed Dec 10, 2021
1 parent d40367a commit 00f3f0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/types/lib.d.ts
Expand Up @@ -110,6 +110,7 @@ declare module 'vuetify/lib/components' {
const VNavigationDrawer: VueConstructor
const VOverflowBtn: VueConstructor
const VOverlay: VueConstructor
const VOtpInput: VueConstructor
const VPagination: VueConstructor
const VSheet: VueConstructor
const VParallax: VueConstructor
Expand Down Expand Up @@ -275,6 +276,7 @@ declare module 'vuetify/lib/components' {
VNavigationDrawer,
VOverflowBtn,
VOverlay,
VOtpInput,
VPagination,
VSheet,
VParallax,
Expand Down

0 comments on commit 00f3f0a

Please sign in to comment.