Sha256: 542bbeb3f276f823d910f52dcdf62f1f3a8ffde996618684e1c1e7331ccf7e0a

Contents?: true

Size: 952 Bytes

Versions: 2

Compression:

Stored size: 952 Bytes

Contents

module LucidMaterial
  module App
    module Mixin
      def self.included(base)
        base.include(::Native::Wrapper)
        base.extend(::LucidApp::NativeLucidComponentConstructor)
        base.extend(::LucidMaterial::App::NativeComponentConstructor)
        base.extend(::LucidPropDeclaration::Mixin)
        base.extend(::React::Component::EventHandler)
        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(::LucidApp::API)
        base.include(::LucidComponent::Initializer)
        base.include(::React::Component::Features)
        base.include(::React::Component::Resolution)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
isomorfeus-react-16.11.0 lib/lucid_material/app/mixin.rb
isomorfeus-react-16.10.17 lib/lucid_material/app/mixin.rb