Sha256: 4d21e8dc7b1ac15f7f98eb38220f8f075df737cf05f304ebeb0e4f1ef6cb7880
Contents?: true
Size: 387 Bytes
Versions: 38
Compression:
Stored size: 387 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::Component::Elements) base.include(::LucidComponent::Api) base.include(::LucidComponent::StylesApi) end end end
Version data entries
38 entries across 38 versions & 1 rubygems