Sha256: 38111a894d8a25fd97eb8a4a5d0c568fdd0090696a4ad3d64ce59eaf23c4a3d1

Contents?: true

Size: 364 Bytes

Versions: 7

Compression:

Stored size: 364 Bytes

Contents

module Preact
  module FunctionComponent
    module Mixin
      def self.included(base)
        base.include(::Preact::Elements)
        base.include(::Preact::FunctionComponent::Initializer)
        base.include(::Preact::FunctionComponent::Api)
        base.extend(::Preact::FunctionComponent::NativeComponentConstructor)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
isomorfeus-preact-10.6.32 lib/isomorfeus_preact/preact/function_component/mixin.rb
isomorfeus-preact-10.6.31 lib/isomorfeus_preact/preact/function_component/mixin.rb
isomorfeus-preact-10.6.30 lib/isomorfeus_preact/preact/function_component/mixin.rb
isomorfeus-preact-10.6.29 lib/isomorfeus_preact/preact/function_component/mixin.rb
isomorfeus-preact-10.6.28 lib/isomorfeus_preact/preact/function_component/mixin.rb
isomorfeus-preact-10.6.27 lib/isomorfeus_preact/preact/function_component/mixin.rb
isomorfeus-preact-10.6.26 lib/isomorfeus_preact/preact/function_component/mixin.rb