UNPKG

react-typing-test

Version:

A react component typing test, user input and wpm calculations.

6 lines (5 loc) 169 B
type InputProps = { hasError?: boolean; }; export declare const Input: import("styled-components").StyledComponent<"input", any, InputProps, never>; export {};