wix-style-react
Version:
wix-style-react
19 lines (18 loc) • 545 B
JavaScript
;
exports.__esModule = true;
exports.dataHooks = exports.actionButtonTheme = void 0;
var dataHooks = exports.dataHooks = {
title: 'helper-content-title',
body: 'helper-content-body',
actionButton: 'helper-content-action-button',
image: 'helper-content-image',
footer: 'helper-content-footer'
};
var actionButtonTheme = exports.actionButtonTheme = {
standard: 'standard',
white: 'white',
premium: 'premium',
lightPrimary: 'lightPrimary',
standardPrimary: 'standardPrimary'
};
//# sourceMappingURL=constants.js.map