UNPKG

list-view-details

Version:

A highly customizable List View Details component for React applications. This package provides an efficient and flexible way to display data in a detailed, organized, and user-friendly list view.

7 lines (6 loc) 147 B
import React from 'react'; interface ShowMoreProps { text: string; } declare const ShowMore: React.FC<ShowMoreProps>; export default ShowMore;