Update IWordGameProps.ts
This commit is contained in:
parent
f87f57e0a7
commit
3f98c20537
|
@ -1,6 +1,6 @@
|
||||||
import { WordGameListItem } from "./WordService";
|
import { WordGameListItem } from './WordService';
|
||||||
import { GameState } from "./WordGame";
|
import { GameState } from './WordGame';
|
||||||
import { WebPartContext } from "@microsoft/sp-webpart-base";
|
import { WebPartContext } from '@microsoft/sp-webpart-base';
|
||||||
|
|
||||||
export interface IWordGameProps {
|
export interface IWordGameProps {
|
||||||
description: string;
|
description: string;
|
||||||
|
@ -19,5 +19,4 @@ export interface IWordGameState {
|
||||||
lblMessage: string;
|
lblMessage: string;
|
||||||
highScores: WordGameListItem[];
|
highScores: WordGameListItem[];
|
||||||
mobileMode: boolean;
|
mobileMode: boolean;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue