Sha256: 35912db6e745d5695a43565f6db948d2e6a4e4e14eaf41c8b6eb73e91e864e41
Contents?: true
Size: 631 Bytes
Versions: 19
Compression:
Stored size: 631 Bytes
Contents
module React module PureComponent module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::React::Component::NativeComponentConstructor) base.extend(::LucidPropDeclaration::Mixin) base.extend(::React::Component::EventHandler) base.include(::React::Component::Elements) base.include(::React::Component::API) base.include(::React::Component::Callbacks) base.include(::React::Component::Initializer) base.include(::React::Component::Features) base.include(::React::Component::Resolution) end end end end
Version data entries
19 entries across 19 versions & 1 rubygems