Membrane React - v0.2.1
    Preparing search index...

    Type Alias GenericNotificationProps

    type GenericNotificationProps = {
        type?: NotificationType;
        size?: NotificationSize;
        icon?: SvgIconType;
        className?: string;
    }
    Index

    Properties

    className?: string