enum Icon

Enum of message icons.

Members

ALERT = 2
FAILURE = 1
INFORMATION = 3
SUCCESS = 0

Usage

import { Icon } from ".";