Sha256: 01d2c40f20d6c48f36ec2aa92d2192bbd538b4434e36bd54fad55837cea1268b

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 Bytes

Contents

module LucidMaterial
  module Func
    module Mixin
      def self.included(base)
        base.include(::React::Component::Elements)
        base.include(::React::Component::Features)
        base.include(::LucidFunc::Initializer)
        base.include(::React::FunctionComponent::Api)
        base.extend(::LucidMaterial::Func::NativeComponentConstructor)
        base.include(::LucidComponent::Api)
        base.include(::LucidComponent::StylesApi)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
isomorfeus-react-16.13.12 lib/isomorfeus_react_material/lucid_material/func/mixin.rb