wix-style-react
Version:
22 lines (21 loc) • 575 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.actionButtonTheme = exports.dataHooks = void 0;
var dataHooks = {
title: 'helper-content-title',
body: 'helper-content-body',
actionButton: 'helper-content-action-button',
image: 'helper-content-image',
footer: 'helper-content-footer'
};
exports.dataHooks = dataHooks;
var actionButtonTheme = {
standard: 'standard',
white: 'white',
premium: 'premium',
lightPrimary: 'lightPrimary',
standardPrimary: 'standardPrimary'
};
exports.actionButtonTheme = actionButtonTheme;