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