- createFactory<T>(type): HTMLFactory<T>
- createFactory(type): SVGFactory
- createFactory<P, T>(type): DOMFactory<P, T>
- createFactory<P>(type): FunctionComponentFactory<P>
- createFactory<P>(type): CFactory<P, ClassicComponent<P, ComponentState>>
- createFactory<P, T, C>(type): CFactory<P, T>
- createFactory<P>(type): Factory<P>