UNPKG

wix-style-react

Version:
17 lines (16 loc) 650 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dataHooks = void 0; var thumbnailPrefix = 'thumbnail'; var dataHooks = { thumbnailSelectedIcon: "".concat(thumbnailPrefix, "-selected-icon"), thumbnailDescription: "".concat(thumbnailPrefix, "-description"), thumbnailTitle: "".concat(thumbnailPrefix, "-title"), thumbnailImage: "".concat(thumbnailPrefix, "-image"), thumbnailBackgroundImage: "".concat(thumbnailPrefix, "-background-image"), thumbnailBottomTitle: "".concat(thumbnailPrefix, "-bottom-title"), thumbnailWrapper: "".concat(thumbnailPrefix, "-wrapper") }; exports.dataHooks = dataHooks;