Sha256: 84a982c6f689a0ad4fc170af666b2636de601ac58073a9424397f5de58024aee
Contents?: true
Size: 223 Bytes
Versions: 25
Compression:
Stored size: 223 Bytes
Contents
module React module FunctionComponent module Initializer def initialize self.JS[:native_props] = `{ props: null }` @native_props = ::React::Component::Props.new(self) end end end end
Version data entries
25 entries across 25 versions & 1 rubygems