Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ana_components/src/types/props.ts>iText

🧱 UI library for Ana
Go to Latest
type alias iText
import { type iText } from "https://deno.land/x/ana_components@v0.0.42/src/types/props.ts";

Text component's type that extends the <span> element Read more.

definition: iExtendedElement<HTMLSpanElement> & { type: TEXT_TYPES; inheritColor: boolean; compact: boolean; single: boolean; noMargins: boolean; indent: boolean; }