UNPKG

@wordpress/interface

Version:

Interface module for WordPress. The package contains shared functionality across the modern JavaScript-based WordPress screens.

7 lines (6 loc) 111 B
/** * The identifier for the data store. * * @type {string} */ export const STORE_NAME = 'core/interface';