Skip to main content
Module

x/jotai/src/devtools/types.ts

👻 Primitive and flexible state management for React
Go to Latest
File
import type {} from '@redux-devtools/extension'
// FIXME https://github.com/reduxjs/redux-devtools/issues/1097export type Message = { type: string payload?: any state?: any}