UNPKG

wix-style-react

Version:
19 lines (18 loc) 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sidebarSkins = exports.dataHooks = void 0; var dataHooks = { drivenOutChildren: 'driven-out-children', onScreenChildrenContainer: 'on-screen-children-container', onScreenChildrenContent: 'on-screen-children-content', drivenInChildren: 'driven-in-children', scrollBarGradient: 'scroll-bar-gradient' }; exports.dataHooks = dataHooks; var sidebarSkins = { dark: 'dark', light: 'light' }; exports.sidebarSkins = sidebarSkins;