Sha256: 074d1153a34eeae90987626c8bf87e9d8e0018d587bc2e92e09f751291e1f9fc
Contents?: true
Size: 669 Bytes
Versions: 11
Compression:
Stored size: 669 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(::LucidApp::Api) base.include(::LucidComponent::Initializer) base.include(::React::Component::Features) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems