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