@catho/react-floating-badge
Version:
Floating badge with actions for React
10 lines (9 loc) • 324 B
TypeScript
import { BadgeProps } from '../../types';
export interface BadgeInternalProps extends BadgeProps {
readonly hovering?: boolean;
readonly openCTA?: boolean;
readonly menuWidth?: number;
readonly onClick?: Function;
readonly bottomBarColor?: string;
}
export { BadgePosition } from '../../types';