Type alias LimitedTextProps

LimitedTextProps: {
    html: string;
    limit?: number;
    showLess?: string;
    showMore?: string;
} & TextProps

Type declaration

  • html: string
  • Optional limit?: number
  • Optional showLess?: string
  • Optional showMore?: string

Generated using TypeDoc