@wix/design-system
Version:
@wix/design-system
15 lines • 438 B
JavaScript
export const dataHooks = {
title: 'helper-content-title',
body: 'helper-content-body',
actionButton: 'helper-content-action-button',
image: 'helper-content-image',
footer: 'helper-content-footer',
};
export const actionButtonSkin = {
standard: 'standard',
white: 'white',
premium: 'premium',
lightPrimary: 'lightPrimary',
standardPrimary: 'standardPrimary',
};
//# sourceMappingURL=constants.js.map