Sha256: cf48b75acc12b31922a95b988ec026982583870a389b1307e8fc162c9e873866
Contents?: true
Size: 407 Bytes
Versions: 38
Compression:
Stored size: 407 Bytes
Contents
module Preact::Component::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
Version data entries
38 entries across 38 versions & 1 rubygems