wix-style-react
Version:
wix-style-react
16 lines (15 loc) • 498 B
JavaScript
;
exports.__esModule = true;
exports.sidebarSkins = exports.dataHooks = void 0;
var dataHooks = exports.dataHooks = {
drivenOutChildren: 'driven-out-children',
onScreenChildrenContainer: 'on-screen-children-container',
onScreenChildrenContent: 'on-screen-children-content',
drivenInChildren: 'driven-in-children',
scrollBarGradient: 'scroll-bar-gradient'
};
var sidebarSkins = exports.sidebarSkins = {
dark: 'dark',
light: 'light'
};
//# sourceMappingURL=constants.js.map