const [val, setVal] = createSignal<string | null>(null)
val
Accessor<string>
ยฉ 2026 Hedgehog Software, LLC