UNPKG

@sandstack/neuron-devtools

Version:

Devtools for Neuron global state manager. React only.

9 lines (8 loc) 280 B
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 {};