UNPKG

react-coming

Version:

React component rendering a simple page with a countdown timer.

4 lines (3 loc) 150 B
import { FunctionComponent } from 'react'; import { ComingProps } from './Coming.types'; export declare const Coming: FunctionComponent<ComingProps>;