UNPKG

buefy

Version:

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

13 lines (11 loc) 300 B
import config, { setOptions } from './config' import type { BuefyConfigOptions } from './config' import { merge } from './helpers' export default { getOptions() { return config }, setOptions(options: BuefyConfigOptions) { setOptions(merge(config, options, true)) } }