UNPKG
@sandstack/neuron-devtools
Version:
latest (0.0.0-alpha.28)
0.0.0-alpha.28
0.0.0-alpha.27
0.0.0-alpha.26
0.0.0-alpha.25
0.0.0-alpha.23
0.0.0-alpha.22
0.0.0-alpha.21
0.0.0-alpha.20
0.0.0-alpha.19
0.0.0-alpha.12
0.0.0-alpha.11
0.0.0-alpha.10
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.7
Devtools for Neuron global state manager. React only.
sandstack.dev/neuron
@sandstack/neuron-devtools
/
components
/
atoms
/
StateViewer.d.ts
9 lines
(8 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
Props
{
selectedStore
?:
string
;
selectedType
?:
string
;
selectedKey
?:
string
;
storeData
?:
any
; }
export
default
function
StateViewer
(
{ selectedType, storeData, selectedKey, }:
Props
):
import
(
'../../node_modules/react/jsx-runtime'
).
JSX
.
Element
;
export
{};