Sha256: 0d8686b4c710f3a5f43e026f6f55e459fe4fb2f88b729bd33153a3d88b317f7d
Contents?: true
Size: 443 Bytes
Versions: 52
Compression:
Stored size: 443 Bytes
Contents
module React module MemoComponent module Mixin def self.included(base) base.include(::React::Component::Elements) base.include(::React::Component::Features) base.include(::React::FunctionComponent::API) base.include(::React::FunctionComponent::Resolution) base.extend(::React::FunctionComponent::EventHandler) base.extend(::React::MemoComponent::Creator) end end end end
Version data entries
52 entries across 52 versions & 1 rubygems