UNPKG

epn-ui

Version:

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

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