import React, { forwardRef } from 'react'; import cn from 'classnames'; import { PassCode } from '../Component'; import { type PassCodeProps } from '../typings'; import styles from './mobile.module.css'; export const PassCodeMobile = forwardRef( ({ className, ...restProps }, ref) => ( ), );