Sha256: d921de586aa6dc508088d2a9c526fe5d63386e29472e1ab484bac6db9bcdf13e
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
module LucidPaper module Component module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::LucidComponent::NativeLucidComponentConstructor) base.extend(::LucidPaper::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::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_paper/lucid_paper/component/mixin.rb |