UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

13 lines (12 loc) 432 B
import { FC } from 'react'; import './ListItemBaseSection.style.scss'; import { Props } from './ListItemBaseSection.types'; /** * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`) */ declare const ListItemBaseSection: FC<Props>; /** * Component that can be used inside ListItemBase to wrap content and display * it in a certain position. */ export default ListItemBaseSection;