Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface TgTextProps

    interface TgTextProps {
        children: ReactNode;
        className?: string;
        variant?: "title" | "body" | "caption" | "subtitle" | "hint";
    }
    Index

    Properties

    children: ReactNode
    className?: string
    variant?: "title" | "body" | "caption" | "subtitle" | "hint"