Files
manolia-alpha/node_modules/buetify/lib/components/sidebar/theme.js
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

6 lines
175 B
JavaScript
Executable File

import { shallowReactive } from 'vue';
export const SidebarThemeMap = shallowReactive({
dark: 'is-black-bis',
light: 'is-grey-darker'
});
//# sourceMappingURL=theme.js.map