Sha256: 69188555ee0567f7d8a06a804814188f3582bf7d1f811ab6c5d2548664cb7d12
Contents?: true
Size: 916 Bytes
Versions: 2
Compression:
Stored size: 916 Bytes
Contents
module LucidComponent module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::LucidComponent::NativeLucidComponentConstructor) base.extend(::LucidComponent::NativeComponentConstructor) base.extend(::LucidPropDeclaration::Mixin) base.extend(::React::Component::EventHandler) base.include(::LucidComponent::PreloadingSupport) base.extend(::LucidComponent::EnvironmentSupport) base.include(::LucidComponent::EnvironmentSupport) base.include(::React::Component::Elements) base.include(::React::Component::API) base.include(::React::Component::Callbacks) base.include(::LucidComponent::StoreAPI) base.include(::LucidComponent::StylesSupport) base.include(::LucidComponent::Initializer) base.include(::React::Component::Features) base.include(::React::Component::Resolution) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
isomorfeus-react-16.11.0 | lib/lucid_component/mixin.rb |
isomorfeus-react-16.10.17 | lib/lucid_component/mixin.rb |