import { type InputProps } from "https://deno.land/x/fathym_atomic@v0.0.175/mod.ts";
definition: { multiline?: boolean; ref?: ForwardedRef<HTMLInputElement | HTMLTextAreaElement>; } & (JSX.HTMLAttributes<HTMLInputElement> | JSX.HTMLAttributes<HTMLTextAreaElement>)