Sha256: da51799b4be1e7fcf8207c744c161cc654f225c623162042c3cabd458c166f8d
Contents?: true
Size: 401 Bytes
Versions: 20
Compression:
Stored size: 401 Bytes
Contents
module React module MemoComponent module Mixin def self.included(base) base.include(::React::Component::Elements) base.include(::React::Component::Features) base.include(::React::FunctionComponent::Initializer) base.include(::React::FunctionComponent::Api) base.extend(::React::MemoComponent::NativeComponentConstructor) end end end end
Version data entries
20 entries across 20 versions & 1 rubygems