UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

7 lines (6 loc) 291 B
import { default as ButtonPillLink } from './ButtonPillLink'; import * as CONSTANTS from './ButtonPillLink.constants'; import { Props } from './ButtonPillLink.types'; export { CONSTANTS as BUTTON_PILL_LINK_CONSTANTS }; export type ButtonPillLinkProps = Props; export default ButtonPillLink;