"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.elementAdapterNativeDataKey = void 0; /** * This key has been pulled into a separate module * so that the external adapter does not need to import * the element adapter */ var elementAdapterNativeDataKey = exports.elementAdapterNativeDataKey = 'application/vnd.pdnd';