Sha256: 4fe3c693e04ebe71f061e0ff17f4eb18ead1c6e646e0870da82734d5a48dc1e4
Contents?: true
Size: 375 Bytes
Versions: 38
Compression:
Stored size: 375 Bytes
Contents
module Preact module FunctionComponent module Mixin 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 end end end
Version data entries
38 entries across 38 versions & 1 rubygems