Helper function to merge two styles definitions. The contained classes will be combined, not overwritten.
Example usage:
const myStyles = mergeStyles(defaultStyles, { control: { root: 'mycontrol' } }); Copy
const myStyles = mergeStyles(defaultStyles, { control: { root: 'mycontrol' } });
Helper function to merge two styles definitions. The contained classes will be combined, not overwritten.
Example usage: