Method: React.create_element
- Defined in:
- lib/react/top_level.rb
.create_element(type, properties = {}, &block) ⇒ Object
53 54 55 |
# File 'lib/react/top_level.rb', line 53 def self.create_element(type, properties = {}, &block) React::API.create_element(type, properties, &block) end |