Sha256: a31d4703ba9e1aa9ada68dd55fd77bc6ac6cdd125df921be8b9f07dc8bfd24be
Contents?: true
Size: 663 Bytes
Versions: 1
Compression:
Stored size: 663 Bytes
Contents
module LucidPaper module App module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::LucidApp::NativeLucidComponentConstructor) base.extend(::LucidPaper::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
isomorfeus-react-16.13.11 | lib/isomorfeus_react_paper/lucid_paper/app/mixin.rb |