mfm-parser/lib/node/mfm/rainbow.ex

4 lines
92 B
Elixir

defmodule MfmParser.Node.MFM.Rainbow do
defstruct props: %{speed: "1s"}, children: []
end