UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

10 lines (9 loc) 321 B
import { FC } from 'react'; import './ListItemBaseSection.style.scss'; import { Props } from './ListItemBaseSection.types'; 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;