UNPKG

@ntohq/buefy-next

Version:

Lightweight UI components for Vue.js (v3) based on Bulma

15 lines (12 loc) 304 B
import { c as config, s as setOptions } from './config-3Md_fpMO.js'; import { merge } from './helpers.js'; import 'vue'; var ConfigComponent = { getOptions() { return config; }, setOptions(options) { setOptions(merge(config, options, true)); } }; export { ConfigComponent as default };