UNPKG

vuestic-ui

Version:
4 lines (3 loc) 235 B
import { Ref } from 'vue'; import { GlobalConfig, PartialGlobalConfig } from '../../../services/global-config'; export declare const useGlobalConfigProvider: (next: Ref<PartialGlobalConfig>) => import("vue").ComputedRef<GlobalConfig>;