UNPKG
react-chess-analysis-board
Version:
beta (0.0.18-beta.15)
latest (0.0.21)
0.0.21
0.0.20
0.0.19
0.0.18
0.0.18-beta.15
0.0.18-beta.14
0.0.18-beta.13
0.0.18-beta.12
0.0.18-beta.11
0.0.18-beta.10
0.0.18-beta.9
0.0.18-beta.8
0.0.18-beta.7
0.0.18-beta.6
0.0.18-beta.5
0.0.18-beta.4
0.0.18-beta.3
0.0.18-beta.2
0.0.18-beta.1
0.0.17-beta.6
0.0.17-beta.5
0.0.17-beta.4
0.0.17-beta.3
0.0.17-beta.2
0.0.17-beta.1
0.0.17-beta.0
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
React component for a fully featured, stylable chess analysis board.
react-chess-analysis-board
/
dist
/
components
/
Panel.d.ts
11 lines
(10 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/// <reference types="react" />
export
interface
TPanelStyles
{
panelContainerClassName
?:
string
;
panelClassName
?:
string
; }
interface
TProps
{
panelStyles
?:
TPanelStyles
; }
declare
const
Panel
:
(
props
:
TProps
) =>
JSX
.
Element
;
export
default
Panel
;