import { useState } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.120/src/src.deps.ts";
Returns a stateful value, and a function to update it.
Returns
[S, Dispatch<StateUpdater<S>>]
Returns
[S | undefined, Dispatch<StateUpdater<S | undefined>>]