Sha256: ad6b8ef03626639f1fe86e589b80e076d3abc4df6700178d27d682462ee46f13

Contents?: true

Size: 682 Bytes

Versions: 1

Compression:

Stored size: 682 Bytes

Contents

module LucidPaper
  module App
    module Mixin
      def self.included(base)
        base.include(::Native::Wrapper)
        base.extend(::LucidApp::NativeLucidComponentConstructor)
        base.extend(::LucidPaper::App::NativeComponentConstructor)
        base.extend(::LucidPropDeclaration::Mixin)
        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

1 entries across 1 versions & 1 rubygems

Version Path
isomorfeus-react-16.13.12 lib/isomorfeus_react_paper/lucid_paper/app/mixin.rb