UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

8 lines (7 loc) 149 B
import { FC } from 'react'; import { Props } from './Chip.types'; /** * The Chip component. */ declare const Chip: FC<Props>; export default Chip;