UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

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