UNPKG

saltfish

Version:

An interactive video-guided tour system for web applications

7 lines 281 B
import { StateMachineConfig } from './stateMachine'; /** * Pure configuration for the player state machine * All side effects are handled through named actions */ export declare const playerStateMachineConfig: StateMachineConfig; //# sourceMappingURL=stateMachineConfig.d.ts.map