Sha256: ddc5342fd35c45b069da18b6f4dcffa72c031b7c0ac99b5f9a66407bec94a875
Contents?: true
Size: 250 Bytes
Versions: 31
Compression:
Stored size: 250 Bytes
Contents
module React module Component class Location include ::Native::Wrapper def method_missing(prop, *args, &block) @native.JS[:props].JS[:location].JS[prop] end def to_n @native end end end end
Version data entries
31 entries across 31 versions & 1 rubygems