@wordpress/notices
Version:
State management for notices.
15 lines • 494 B
TypeScript
/**
* Internal dependencies
*/
import type { Notice } from './types';
/**
* 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.
*/
export declare const DEFAULT_CONTEXT = "global";
/**
* Default notice status.
*/
export declare const DEFAULT_STATUS: Notice['status'];
//# sourceMappingURL=constants.d.ts.map