Class: Preact::FunctionComponent::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/isomorfeus_preact/preact/function_component/base.rb

Class Method Summary collapse

Class Method Details

.inherited(base) ⇒ Object



3
4
5
# File 'lib/isomorfeus_preact/preact/function_component/base.rb', line 3

def self.inherited(base)
  base.include(::Preact::FunctionComponent::Mixin)
end