Any interest in being able to replace `react/createElement` with a custom create element function? My use case is that I'd like to use css-in-js with emotion. I have it working here: [https://github.com/reagent-project/reagent/commit/42978d4839c3b6e2ab28bbc1d2362b5f28847736](https://github.com/reagent-project/reagent/commit/42978d4839c3b6e2ab28bbc1d2362b5f28847736) 
Any interest in being able to replace
react/createElementwith a custom create element function?My use case is that I'd like to use css-in-js with emotion.
I have it working here: 42978d4