UNPKG

@wordpress/interactivity

Version:

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

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