UNPKG
@swrpg-online/react-dice
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.8
0.3.7
0.3.5
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
React components for displaying Star Wars RPG narrative and numeric dice assets
@swrpg-online/react-dice
/
dist
/
index.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
export
{
Die
}
from
'./Die'
;
export
type
{
DieProps
,
DieType
,
DieFormat
,
DieTheme
, D4Variant, }
from
'./types'
;