UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

9 lines (8 loc) 337 B
import React from 'react'; import { ListRefObject, Props } from './List.types'; import './List.style.scss'; /** * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`) */ declare const List: React.ForwardRefExoticComponent<Props & React.RefAttributes<ListRefObject>>; export default List;