UNPKG

modaq

Version:

Quiz Bowl Reader using TypeScript, React, and MobX

6 lines (5 loc) 166 B
import * as React from "react"; export declare const Clock: (props: IClockProps) => React.ReactElement; export interface IClockProps { className?: string; }