Sha256: 038accee988c99e6c30702413bd26e66116cc06033424c3b7aefa8bcc3b01732
Contents?: true
Size: 782 Bytes
Versions: 7
Compression:
Stored size: 782 Bytes
Contents
module LucidMaterial module App module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::LucidMaterial::App::NativeComponentConstructor) base.extend(::React::Component::ShouldComponentUpdate) base.extend(::LucidComponent::EventHandler) base.include(::React::Component::Elements) base.include(::React::Component::API) base.include(::React::Component::Callbacks) base.include(::React::ReduxComponent::API) base.include(::LucidMaterial::Component::API) base.include(::LucidApp::API) base.include(::LucidComponent::Initializer) base.include(::React::Component::Features) base.include(::React::Component::Resolution) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems