Skip to main content
Module

x/fathym_atomic/mod.ts>SelectProps

This is the core atomic library to build design libraries from.
Very Popular
Go to Latest
type alias SelectProps
import { type SelectProps } from "https://deno.land/x/fathym_atomic@v0.0.143/mod.ts";
definition: { children: ComponentChildren; ref?: ForwardedRef<HTMLSelectElement>; } & JSX.HTMLAttributes<HTMLSelectElement>