Module: Mayu::VDOM::H

Extended by:
T::Sig
Defined in:
lib/mayu/vdom/h.rb

Class Method Summary collapse

Class Method Details

.[](type, *children, **props) ⇒ Object



17
18
19
# File 'lib/mayu/vdom/h.rb', line 17

def self.[](type, *children, **props)
  T.unsafe(Descriptor)[type, *children, **props]
end