Sha256: 6b79f744016564c7b482c1a5abd828017423d6ca29664f9899f0202d70b83fdd

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 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.11 lib/isomorfeus_react_material/lucid_material/func/mixin.rb