Sha256: 1224a700a7da303acdacdf4a546adc66cd82b4eddc8344e47318e5e660837495
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 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.12 | lib/isomorfeus_react_material/lucid_material/component/mixin.rb |