UNPKG

@eviljs/reactx

Version:
6 lines (5 loc) 265 B
import type { ElementProps, Props } from '@eviljs/react/props'; export declare function NotificationBadge(props: Props<NotificationBadgeProps>): React.JSX.Element; export interface NotificationBadgeProps extends ElementProps<'span'> { value: number | string; }