wix-style-react
Version:
13 lines (12 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dataHooks = void 0;
var dataHooks = {
testimonial: 'testimonial',
testimonialAvatar: 'testimonialAvatar',
testimonialText: 'testimonialText',
testimonialAuthorName: 'testimonialAuthorName'
};
exports.dataHooks = dataHooks;