Sha256: f8850e200f8ac192114e216cad7ca614d0795767da2658d816228df56fa4b982
Contents?: true
Size: 542 Bytes
Versions: 23
Compression:
Stored size: 542 Bytes
Contents
module LucidApp::Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::LucidApp::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(::LucidApp::Api) base.include(::LucidComponent::Initializer) base.include(::LucidI18n::Mixin) if `("lucid_i18n/mixin" in Opal.modules)` end end
Version data entries
23 entries across 23 versions & 1 rubygems