Skip to content
Version: xstate@5.0.0

StateTypes type​

Signature:

export type StateTypes = 'atomic' | 'compound' | 'parallel' | 'final' | 'history' | string;