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

4 lines
95 B
Elixir
Raw Normal View History

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