UNPKG

epn-ui

Version:

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

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