Sha256: 4aba6e5f44db3997e35aa23cd4b73fdc5f2431919b334a0fcd0fc55cbe33f63e
Contents?: true
Size: 739 Bytes
Versions: 1
Compression:
Stored size: 739 Bytes
Contents
module LucidMaterial module App module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::LucidApp::NativeLucidComponentConstructor) base.extend(::LucidMaterial::App::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(::LucidApp::Api) 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/app/mixin.rb |