ComponentRegistrar typedef

ComponentRegistrar = ReactComponentFactoryProxy Function(ComponentFactory<Component> componentFactory, [Iterable<String> skipMethods])

Implementation

typedef ComponentRegistrar = ReactComponentFactoryProxy Function(ComponentFactory componentFactory,
    [Iterable<String> skipMethods]);