modaq
Version:
Quiz Bowl Reader using TypeScript, React, and MobX
8 lines (7 loc) • 328 B
TypeScript
import * as React from "react";
import { AppState } from "../../state/AppState";
export declare const ScoresheetDialog: React.FunctionComponent<object>;
export declare const ScoresheetDialogBody: React.FunctionComponent<IScoresheetDialogBodyProps>;
export interface IScoresheetDialogBodyProps {
appState: AppState;
}