typedPropsFactory abstract method

TProps typedPropsFactory(
  1. Map propsMap
)

Returns a typed props object backed by the specified propsMap.

Required to properly instantiate the generic TProps class.

Implementation

TProps typedPropsFactory(Map propsMap);