Sha256: 0813579d210fc7701586dd9386742ddf27033ca906dbec915e49899fcb337b23
Contents?: true
Size: 293 Bytes
Versions: 27
Compression:
Stored size: 293 Bytes
Contents
module Preact module Component module Initializer def initialize(native_component) @native = native_component @props = `Opal.Preact.Component.Props.$new(#@native)` @state = `Opal.Preact.Component.State.$new(#@native)` end end end end
Version data entries
27 entries across 27 versions & 1 rubygems