Module: Mayu::VDOM::Reconciliation::Patches

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

Defined Under Namespace

Classes: Init, InsertAfter, InsertBefore, Patch, Remove

Constant Summary collapse

Any =
T.type_alias { T.any(Init, InsertBefore, InsertAfter, Patch, Remove) }