Skip to main content
Module

x/lunchbox/components/Select/setup.ts>iOption

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iOption
import { type iOption } from "https://deno.land/x/lunchbox@v0.3.15/components/Select/setup.ts";
definition: string | { value: string; name: string; } | iComponent<HTMLOptionElement>