"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dataHooks = void 0;
var dataHooks = {
socialPreviewTitle: 'socialPreview-title',
socialPreviewDescription: 'socialPreview-description',
socialPreviewUrl: 'socialPreview-url'
};
exports.dataHooks = dataHooks;