Skip to content

Commit

Permalink
fix: drop Partial on Config prop
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Richard committed Sep 7, 2022
1 parent 8f50588 commit 151f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface Props {
width?: number
height?: number
contained?: boolean;
config?: Partial<Config>
config?: Config
}

function Chessground({
Expand Down

0 comments on commit 151f315

Please sign in to comment.