Public utility type for extracting the instance type of a component.
Works with all valid component definition types. This is intended to replace
the usage of InstanceType<typeof Comp> which only works for
constructor-based component definition types.
Public utility type for extracting the instance type of a component. Works with all valid component definition types. This is intended to replace the usage of
InstanceType<typeof Comp>
which only works for constructor-based component definition types.