Sha256: e4d01f30f7f1051f18c83468a02183e437b4d25d518313163f6a833c6e5addfe
Contents?: true
Size: 490 Bytes
Versions: 38
Compression:
Stored size: 490 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::Component::Elements) base.include(::Preact::Component::Api) base.include(::Preact::Component::Callbacks) base.include(::Preact::Component::Initializer) end end end end
Version data entries
38 entries across 38 versions & 1 rubygems