TypographyWithComponentProps<D, P>: TypographyProps<D, P> & {
    ellipsisPosition?: "start" | "end";
}

Type Parameters

  • D extends React__default.ElementType = TypographyTypeMap["defaultComponent"]
  • P = {}