UNPKG

@wordpress/interface

Version:

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

13 lines (12 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STORE_NAME = void 0; /** * The identifier for the data store. * * @type {string} */ const STORE_NAME = exports.STORE_NAME = 'core/interface'; //# sourceMappingURL=constants.js.map