Type alias TextProps

TextProps: {
    as?: "button" | "a" | "label" | "legend" | "code" | "p" | "span" | "strong" | "b" | "i" | "em" | "mark" | "small" | "del" | "ins" | "sub" | "sup" | "u" | "abbr" | "cite" | "kbd" | "s" | "samp" | "blockquote";
    href?: string;
    htmlFor?: string;
    size?: Size;
    target?: string;
    title?: string;
} & CoreViewProps

Type declaration

  • Optional as?: "button" | "a" | "label" | "legend" | "code" | "p" | "span" | "strong" | "b" | "i" | "em" | "mark" | "small" | "del" | "ins" | "sub" | "sup" | "u" | "abbr" | "cite" | "kbd" | "s" | "samp" | "blockquote"
  • Optional href?: string
  • Optional htmlFor?: string
  • Optional size?: Size
  • Optional target?: string
  • Optional title?: string

Generated using TypeDoc