Skip to main content
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.8.4/src/devtools/types.ts";
definition: { type: string; payload?: any; state?: any; }