Sha256: 22bd4ecbe93f76fc8a9851219acedbc42a0f144bdeb116ddfdd1e62eff1e920b

Contents?: true

Size: 574 Bytes

Versions: 6

Compression:

Stored size: 574 Bytes

Contents

module React
  module Component
    module Mixin
      def self.included(base)
        base.include(::Native::Wrapper)
        base.extend(::React::Component::NativeComponentConstructor)
        base.extend(::LucidPropDeclaration::Mixin)
        base.extend(::React::Component::EventHandler)
        base.include(::React::Component::Elements)
        base.include(::React::Component::Api)
        base.include(::React::Component::Callbacks)
        base.include(::React::Component::Initializer)
        base.include(::React::Component::Features)
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
isomorfeus-react-16.12.11 lib/react/component/mixin.rb
isomorfeus-react-16.12.10 lib/react/component/mixin.rb
isomorfeus-react-16.12.9 lib/react/component/mixin.rb
isomorfeus-react-16.12.8 lib/react/component/mixin.rb
isomorfeus-react-16.12.7 lib/react/component/mixin.rb
isomorfeus-react-16.12.6 lib/react/component/mixin.rb