UNPKG

vuestic-ui

Version:
4 lines (3 loc) 244 B
import { ProvidedGlobalConfig } from '../services/global-config'; /** Use this function if you don't want to throw error if hook used outside setup function by useGlobalConfig */ export declare function useGlobalConfig(): ProvidedGlobalConfig;