diff --git a/packages/vuetify/types/lib.d.ts b/packages/vuetify/types/lib.d.ts index a73257aa062..82d98cb4124 100644 --- a/packages/vuetify/types/lib.d.ts +++ b/packages/vuetify/types/lib.d.ts @@ -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 @@ -275,6 +276,7 @@ declare module 'vuetify/lib/components' { VNavigationDrawer, VOverflowBtn, VOverlay, + VOtpInput, VPagination, VSheet, VParallax,