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

4 lines
92 B
Elixir

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