UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

10 lines (9 loc) 345 B
import { FC } from 'react'; import { Props } from './MeetingRowContent.types'; import './MeetingRowContent.style.scss'; /** * The MeetingRowContent component. * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`) */ declare const MeetingRowContent: FC<Props>; export default MeetingRowContent;