UNPKG

@jimmyverburgt/svelte-input-otp

Version:

One time passcode Input for svelte. Accessible & unstyled.

5 lines (4 loc) 154 B
import OTPInput from './input-otp-input.svelte'; import OTPRoot from './input-otp-root.svelte'; export { OTPInput, OTPRoot }; export * from './types.js';