Interface BusyNotificationOptions

interface BusyNotificationOptions {
    icon?: ReactNode;
}

Properties

Properties

icon?: ReactNode