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