Class of component using config
Rest
...configObjects: ConfigType[]Config objects to merge
Static
mergeMerge configuration objects into a single config
I think this makes sense to go in here rather then as utility function because it is used each time a configuration is created in the constructor of a component. So it would not be removed during tree-shaking.
Rest
...configObjects: { configuration objects passed
Config
Instance of configuration for a component