UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

8 lines (7 loc) 230 B
/// <reference types="react" /> export interface Props { size?: string; hasBadge?: boolean; badgeColor?: string; } export declare const NotificationBadge: ({ size, hasBadge, badgeColor }: Props) => JSX.Element;