jsifyPropTypes abstract method

JsMap jsifyPropTypes(
  1. covariant Component2 component,
  2. covariant Map<String, Function> propTypes
)

Implementation

JsMap jsifyPropTypes(
    covariant Component2 component, covariant Map<String, /*PropValidator<UiProps>*/ Function> propTypes);