UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

8 lines (7 loc) 258 B
import React from 'react'; import { ExpandingTextProps } from './types'; /** * The ExpandText component provides expand and collapse functionality for inline-text. */ declare const ExpandingText: React.FC<ExpandingTextProps>; export default ExpandingText;