UNPKG

@hauzhengyi/vue3-otp-input

Version:

A fully customizable, OTP (one-time password) input component built with Vue 3.x and Vue Composition API.

8 lines (7 loc) 270 B
import { Plugin } from "vue"; import component from "./components/vue3-otp-input.vue"; declare type InstallableComponent = typeof component & { install: Exclude<Plugin["install"], undefined>; }; declare const _default: InstallableComponent; export default _default;