UNPKG

@wordpress/interactivity

Version:

Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.

8 lines (7 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.directivePrefix = void 0; const directivePrefix = exports.directivePrefix = 'wp'; //# sourceMappingURL=constants.js.map