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