Sha256: a4cbc7e166baa19863f8710dda7e217a3367b9fe38542c4e5b07393182e7c111

Contents?: true

Size: 796 Bytes

Versions: 2

Compression:

Stored size: 796 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(::Isomorfeus::ExecutionEnvironmentHelpers)
        base.include(::Isomorfeus::ExecutionEnvironmentHelpers)
        base.include(::React::Component::Elements)
        base.include(::React::Component::Api)
        base.include(::React::Component::Callbacks)
        base.include(::LucidComponent::Api)
        base.include(::LucidApp::Api)
        base.include(::LucidComponent::Initializer)
        base.include(::React::Component::Features)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
isomorfeus-react-16.12.24 lib/isomorfeus_react_material/lucid_material/app/mixin.rb
isomorfeus-react-16.12.23 lib/isomorfeus_react_material/lucid_material/app/mixin.rb