use ;
/// A component that enables history behavior for a state.
/// When a state with this component is exited and later re-entered,
/// it will restore previously active substates instead of using InitialState.
/// Defines the type of history behavior for a state.
/// A component that stores the previously active states for history restoration.
/// This is automatically managed by the history systems.
;