MCPcopy
hub / github.com/jamiebuilds/unstated-next / ContainerProviderProps

Interface ContainerProviderProps

src/unstated-next.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React from "react"
2
3export interface ContainerProviderProps<State = void> {
4 initialState?: State
5 children: React.ReactNode
6}
7
8export interface Container<Value, State = void> {
9 Provider: React.ComponentType<ContainerProviderProps<State>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…