Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jotai/src/devtools/types.ts>Message

👻 Primitive and flexible state management for React
Go to Latest
type alias Message
import { type Message } from "https://deno.land/x/jotai@v1.11.1/src/devtools/types.ts";
definition: { type: string; payload?: any; state?: any; }