@wordpress/components
Version:
UI components for WordPress.
11 lines (10 loc) • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SEARCH_FOCUS_DELAY = exports.ROOT_MENU = void 0;
const ROOT_MENU = 'root';
exports.ROOT_MENU = ROOT_MENU;
const SEARCH_FOCUS_DELAY = 100;
exports.SEARCH_FOCUS_DELAY = SEARCH_FOCUS_DELAY;
//# sourceMappingURL=constants.js.map