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