6 lines
157 B
JavaScript
Executable File
6 lines
157 B
JavaScript
Executable File
import { shallowReactive } from 'vue';
|
|
export const DialogTheme = shallowReactive({
|
|
dark: 'is-grey-dark',
|
|
light: ''
|
|
});
|
|
//# sourceMappingURL=theme.js.map
|