wix-style-react
Version:
wix-style-react
14 lines • 311 B
JavaScript
export const contentOutlines = {
shadow: 'shadow',
border: 'border',
none: 'none',
};
export const skins = {
neutral: 'neutral',
gradient: 'gradient',
custom: 'custom',
};
export const dataHooks = {
contentArea: 'preview-widget-content-area',
};
//# sourceMappingURL=constants.js.map