UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

6 lines (5 loc) 338 B
import React from 'react'; import { VerificationCodeProps } from './interface'; export declare function VerificationCodeComponent(baseProps: VerificationCodeProps, _: any): JSX.Element; declare const VerificationCode: React.ForwardRefExoticComponent<VerificationCodeProps & React.RefAttributes<unknown>>; export default VerificationCode;