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