module React module Component module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::React::Component::NativeComponentConstructor) base.extend(::LucidPropDeclaration::Mixin) base.extend(::React::Component::EventHandler) base.include(::React::Component::Elements) base.include(::React::Component::Api) base.include(::React::Component::Callbacks) base.include(::React::Component::Initializer) base.include(::React::Component::Features) end end end end