class React::FunctionComponent::Base

Public Class Methods

inherited(base) click to toggle source
# File lib/isomorfeus_react/react/function_component/base.rb, line 4
def self.inherited(base)
  base.include(::React::FunctionComponent::Mixin)
end