UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

9 lines (7 loc) 266 B
import { Props as ButtonPillProps } from '../ButtonPill/ButtonPill.types'; import { Props as LinkProps } from '../Link/Link.types'; export type Props = Pick< ButtonPillProps, 'color' | 'shallowDisabled' | 'ghost' | 'outline' | 'size' | 'grown' > & LinkProps;