UNPKG

@proveanything/smartlinks-auth-ui

Version:

Lightweight React authentication UI components with bearer token support and Smartlinks SDK integration

11 lines 288 B
import React from 'react'; import './OTPInput.css'; interface OTPInputProps { length?: number; value: string; onChange: (value: string) => void; disabled?: boolean; } export declare const OTPInput: React.FC<OTPInputProps>; export {}; //# sourceMappingURL=OTPInput.d.ts.map