Skip to content

Type Alias: ReactHookRuntime

Generated from SDK v1 (protocol 1) at source revision 97c6bb1. Never edit by hand; run npm run generate:reference.

@muoto/application


ReactHookRuntime = object

Defined in: sdk/react.ts:23

useEffect: (effect, dependencies) => void

Defined in: sdk/react.ts:24

() => void | () => void

readonly unknown[]

void


useState: <T>(initial) => [T, (value) => void]

Defined in: sdk/react.ts:25

T

T

[T, (value) => void]