UNPKG

@foxeian/react-read-more

Version:

A React.js package for creating short text with a "read more" button to expand the text, built with TypeScript support. This package provides a simple and easy-to-use component for truncating and expanding text with a customizable button.

5 lines (4 loc) 164 B
import * as React from 'react'; import { ReadMoreAreaProps } from '../types'; declare const ReadMoreArea: React.FC<ReadMoreAreaProps>; export default ReadMoreArea;