@statelyai/sky-react
Advanced tools
Comparing version 0.0.10 to 0.0.11
import { SkyConfigFile, actorFromStately } from '@statelyai/sky'; | ||
import { Actor, AnyStateMachine } from 'xstate'; | ||
export declare function useStatelyActor<T extends AnyStateMachine>(options: Parameters<typeof actorFromStately>[0], skyConfig?: SkyConfigFile<T>): readonly [any, ((event: import("xstate").EventFromLogic<T>) => void) | undefined, Actor<T> | undefined, { | ||
isConnecting: boolean; | ||
}]; | ||
import { Actor, AnyStateMachine, EventFromLogic, SnapshotFrom } from 'xstate'; | ||
export declare function useStatelyActor<T extends AnyStateMachine>(options: Parameters<typeof actorFromStately>[0], skyConfig?: SkyConfigFile<T>): readonly [ | ||
SnapshotFrom<T>, | ||
((event: EventFromLogic<T>) => void) | undefined, | ||
Actor<T> | undefined, | ||
{ | ||
isConnecting: boolean; | ||
} | ||
]; |
{ | ||
"name": "@statelyai/sky-react", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/statelyai-sky-react.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4608
82