UNPKG

@catho/react-floating-badge

Version:

Floating badge with actions for React

6 lines (5 loc) 195 B
/// <reference types="react" /> import { BadgeProps } from './types'; declare const FloatingBadge: (props: BadgeProps) => JSX.Element; export default FloatingBadge; export * from './types';