Sha256: 68848af9ecc5c007d76a1c07b6f5b15aec4e73d198fbec8dd0831092a06a10aa
Contents?: true
Size: 409 Bytes
Versions: 20
Compression:
Stored size: 409 Bytes
Contents
module React module FunctionComponent module Mixin def self.included(base) base.include(::React::Component::Elements) base.include(::React::Component::Features) base.include(::React::FunctionComponent::Initializer) base.include(::React::FunctionComponent::Api) base.extend(::React::FunctionComponent::NativeComponentConstructor) end end end end
Version data entries
20 entries across 20 versions & 1 rubygems