chore: export TicTactToePart
This commit is contained in:
@@ -17,7 +17,7 @@ const WINNING_LINES: number[][][] = [
|
||||
|
||||
export type PlayerType = 'X' | 'O';
|
||||
export type WinnerType = PlayerType | 'draw' | null;
|
||||
type TicTacToePart = Part<{ player: PlayerType }>;
|
||||
export type TicTacToePart = Part<{ player: PlayerType }>;
|
||||
|
||||
export function createInitialState() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user