Skip to main content
Module

x/fathym_atomic/mod.ts>InputProps

This is the core atomic library to build design libraries from.
Go to Latest
type alias InputProps
Re-export
import { type InputProps } from "https://deno.land/x/fathym_atomic@v0.0.143/mod.ts";
definition: { multiline?: boolean; ref?: ForwardedRef<HTMLInputElement | HTMLTextAreaElement>; } & (JSX.HTMLAttributes<HTMLInputElement> | JSX.HTMLAttributes<HTMLTextAreaElement>)