wix-style-react
Version:
wix-style-react
24 lines (23 loc) • 593 B
JavaScript
;
exports.__esModule = true;
exports.SIZES = exports.DataHook = void 0;
var DataHook = exports.DataHook = {
Title: 'title',
Subtitle: 'subtitle',
Badge: 'badge',
PrimaryAction: 'primary-action',
SecondaryAction: 'secondary-action',
HoverContent: 'hover-content',
HoverComponent: 'hover-component',
SettingsMenu: 'settings-menu',
Container: 'container',
footer: 'footer',
dragHandle: 'drag-handle',
footerImage: 'footer-image',
suffix: 'suffix'
};
var SIZES = exports.SIZES = {
small: 'small',
medium: 'medium'
};
//# sourceMappingURL=constants.js.map