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

    Type Alias GenericNotificationProps

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

    Properties

    className?: string