• Combines multiple composable actions.

    Note: The update function passes the same variable to all update functions of each action.

    Parameters

    • Rest...actions: Action<HTMLElement, undefined, Record<never, any>>[]

      One or more composable action functions to combine.

    Returns Action<HTMLElement, any>

    Composed action.