@slan-health/taro-vueuse
Version:
taro vue版本hooks
8 lines (6 loc) • 341 B
TypeScript
import { InjectionKey } from 'vue';
import { GlobalOptions } from './types';
export declare const GLOBAL_OPTIONS_PROVIDE_KEY: InjectionKey<GlobalOptions>;
export declare const setGlobalOptions: (config: GlobalOptions) => void;
export declare const getGlobalOptions: () => GlobalOptions;
export declare const clearGlobalOptions: () => void;