Module: Preact::FunctionComponent::Mixin
- Defined in:
- lib/isomorfeus_preact/preact/function_component/mixin.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/isomorfeus_preact/preact/function_component/mixin.rb', line 4 def self.included(base) base.include(::Preact::Component::Elements) base.include(::Preact::FunctionComponent::Initializer) base.include(::Preact::FunctionComponent::Api) base.extend(::Preact::FunctionComponent::NativeComponentConstructor) end |