react-notifications-component-updated
Version:
React component for creating notifications on the fly
38 lines (37 loc) • 1.14 kB
TypeScript
export declare const DEFAULT_CONTAINER_VALUES: {
isMobile: boolean;
breakpoint: number;
defaultNotificationWidth: number;
};
export declare const NOTIFICATION_BASE_CLASS = "rnc__notification-item";
export declare const ERROR: {
ANIMATION_IN: string;
ANIMATION_OUT: string;
DISMISS_REQUIRED: string;
DISMISS_NUMBER: string;
DISMISS_POSITIVE: string;
DISMISS_CLICK_BOOL: string;
DISMISS_TOUCH_BOOL: string;
DISMISS_WAIT: string;
DISMISS_PAUSE_BOOL: string;
DISMISS_ONSCREEN_BOOL: string;
DISMISS_ICON: string;
TITLE_STRING: string;
TITLE_ELEMENT: string;
MESSAGE_REQUIRED: string;
MESSAGE_STRING: string;
MESSAGE_ELEMENT: string;
TYPE_REQUIRED: string;
TYPE_STRING: string;
TYPE_NOT_EXISTENT: string;
CONTAINER_REQUIRED: string;
CONTAINER_STRING: string;
CONTENT_INVALID: string;
WIDTH_NUMBER: string;
INSERT_STRING: string;
TRANSITION_DURATION_NUMBER: string;
TRANSITION_TIMING_FUNCTION: string;
TRANSITION_DELAY_NUMBER: string;
TYPE_NOT_FOUND: string;
REMOVAL_FUNC: string;
};