wix-style-react
Version:
13 lines (12 loc) • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DEPTH_THRESHOLD = exports.dataHooks = void 0;
var dataHooks = {
styledNestableListCount: 'styledNestableList-count',
styledNestableListButton: 'styledNestableList-button'
};
exports.dataHooks = dataHooks;
var DEPTH_THRESHOLD = 84;
exports.DEPTH_THRESHOLD = DEPTH_THRESHOLD;