Current section

Files

Jump to
live_view_native_html lib live_view_native html test_client.ex
Raw

lib/live_view_native/html/test_client.ex

defmodule LiveViewNativeTest.HTML.TestClient do
@moduledoc false
defstruct tags: %{
form: "form",
button: "input",
upload_input: "input",
changeables: ~w(
input
select
textarea
)
}
end