UNPKG

sauron-verification-code

Version:
12 lines (9 loc) 266 B
import React from 'react' interface VerifationCodeProps { onGetVerifationCode: (value: string) => void len: number autoFocus?: boolean } declare const VerifationCode: React.FC<VerifationCodeProps> export default VerifationCode export { VerifationCodeProps }