UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

10 lines (9 loc) 247 B
/// <reference types="react" /> interface Props { color?: string; boxSize?: string; badge?: boolean; badgecolor?: string; } declare const NotificationBadge: (props: Props) => JSX.Element; export default NotificationBadge;