UNPKG

wix-style-react

Version:
18 lines (17 loc) 484 B
"use strict"; exports.__esModule = true; exports.verticalSize = exports.horizontalSize = exports.dataHooks = void 0; var dataHooks = exports.dataHooks = { contentContainer: 'content-container', imageContainer: 'image-container', footerContainer: 'footer-container' }; var horizontalSize = exports.horizontalSize = { medium: 'medium', large: 'large' }; var verticalSize = exports.verticalSize = { medium: 'medium', large: 'large' }; //# sourceMappingURL=constants.js.map