Function composable
- composable(
 ...actions: Action<HTMLElement, undefined, Record<never, any>>[],
 ): Action<HTMLElement, any>Parameters- ...actions: Action<HTMLElement, undefined, Record<never, any>>[]One or more composable action functions to combine. 
 Returns Action<HTMLElement, any>Composed action. 
- ...actions: Action<HTMLElement, undefined, Record<never, any>>[]
Combines multiple composable actions.
Note: The update function passes the same variable to all update functions of each action.