Sha256: 8d210464bf0db628188c71b4c3a6d7002c0ba030568b6bb007b0874af038a151
Contents?: true
Size: 479 Bytes
Versions: 7
Compression:
Stored size: 479 Bytes
Contents
module Preact module Component module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::Preact::Component::NativeComponentConstructor) base.extend(::LucidPropDeclaration::Mixin) base.include(::Preact::Elements) base.include(::Preact::Component::Api) base.include(::Preact::Component::Callbacks) base.include(::Preact::Component::Initializer) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems