@wix/design-system
Version:
@wix/design-system
19 lines (18 loc) • 542 B
JavaScript
;
exports.__esModule = true;
exports.dataHooks = exports.actionButtonSkin = 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 actionButtonSkin = exports.actionButtonSkin = {
standard: 'standard',
white: 'white',
premium: 'premium',
lightPrimary: 'lightPrimary',
standardPrimary: 'standardPrimary'
};
//# sourceMappingURL=constants.js.map