Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jotai/src/react/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/react/devtools/types.ts";
definition: { type: string; payload?: any; state?: any; }