UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

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