@wix/design-system
Version:
@wix/design-system
15 lines (14 loc) • 338 B
JavaScript
;
exports.__esModule = true;
exports.dataHooks = exports.SIZES = void 0;
var dataHooks = exports.dataHooks = {
button: 'fill-preview-button'
};
var SIZES = exports.SIZES = {
extraTiny: 'extraTiny',
tiny: 'tiny',
small: 'small',
medium: 'medium',
large: 'large'
};
//# sourceMappingURL=FillPreview.constants.js.map