- Preparing search index...
- The search index is not available
@fold-dev/core
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