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