Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Text/setup.ts>iText

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
type alias iText
import { type iText } from "https://deno.land/x/lunchbox@v1.0.1/components/Text/setup.ts";

Properties of the <Button /> component.

definition: iComponent<HTMLSpanElement> & { type: TextTypes; inheritColor: boolean; noMargins: boolean; indent: boolean; }