UNPKG

@dugard/vue-otp

Version:

Lightweight Vue 3 OTP input component with Web OTP API support.

10 lines (6 loc) 184 B
import { DefineComponent } from 'vue'; export const DugardOtpInput: DefineComponent<{}, {}, any>; declare const _default: { install(app: any): void; }; export default _default;