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

4 lines
84 B
Elixir

defmodule MfmParser.Node.MFM.X do
defstruct props: %{size: nil}, children: []
end