Sha256: 0cf87b1a27a96211890cb2f01b553a44b2e127e2d4e032973996390979d6bc3b
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 Bytes
Contents
module LucidMaterial module Component module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::LucidComponent::NativeLucidComponentConstructor) base.extend(::LucidMaterial::Component::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(::LucidComponent::StylesApi) 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.11 | lib/isomorfeus_react_material/lucid_material/component/mixin.rb |