UNPKG

modaq

Version:

Quiz Bowl Reader using TypeScript, React, and MobX

9 lines (8 loc) 413 B
import * as React from "react"; import { IPivotStyles } from "@fluentui/react"; import { CustomizeGameFormatState } from "../state/CustomizeGameFormatState"; export declare const pivotStyles: Partial<IPivotStyles>; export declare const CustomizeGameFormatForm: React.FunctionComponent<ICustomizeGameFormatFormProps>; export interface ICustomizeGameFormatFormProps { state: CustomizeGameFormatState; }