wix-style-react
Version:
14 lines • 375 B
JavaScript
export var dataHooks = {
title: 'helper-content-title',
body: 'helper-content-body',
actionButton: 'helper-content-action-button',
image: 'helper-content-image',
footer: 'helper-content-footer'
};
export var actionButtonTheme = {
standard: 'standard',
white: 'white',
premium: 'premium',
lightPrimary: 'lightPrimary',
standardPrimary: 'standardPrimary'
};