UNPKG

modaq

Version:

Quiz Bowl Reader using TypeScript, React, and MobX

8 lines (7 loc) 207 B
import * as React from "react"; export declare const Answer: React.FunctionComponent<IAnswerProps>; export interface IAnswerProps { text: string; className?: string; disabled?: boolean; }