Sha256: 461e0d9a77af2953b3bd126683d9ed1fa08166befd956a65e1e6aaddae06713c
Contents?: true
Size: 327 Bytes
Versions: 7
Compression:
Stored size: 327 Bytes
Contents
module LucidFunc module Mixin def self.included(base) base.include(::LucidFunc::Initializer) base.include(::Preact::FunctionComponent::Api) base.extend(::LucidFunc::NativeComponentConstructor) base.include(::Preact::Elements) base.include(::LucidComponent::Api) end end end
Version data entries
7 entries across 7 versions & 1 rubygems