@wordpress/notices
Version:
State management for notices.
16 lines (15 loc) • 438 B
JavaScript
/**
* Default context to use for notice grouping when not otherwise specified. Its
* specific value doesn't hold much meaning, but it must be reasonably unique
* and, more importantly, referenced consistently in the store implementation.
*
* @type {string}
*/
export const DEFAULT_CONTEXT = 'global';
/**
* Default notice status.
*
* @type {string}
*/
export const DEFAULT_STATUS = 'info';
//# sourceMappingURL=constants.js.map