UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

5 lines (4 loc) 180 B
import React from 'react'; import { IConfirmCodeInputProps } from './types'; declare const ConfirmCodeInput: React.FC<IConfirmCodeInputProps>; export default ConfirmCodeInput;