UNPKG

vue-plugin-kuzzle

Version:

A Vuejs plugin shipping the Kuzzle SDK in your components

5 lines (4 loc) 267 B
import { Backends, Backend } from '../types'; export declare function getBackendFromConf(backendsConfig?: Backends): Backend | null; export declare function getBackendFromLocalStorage(): Backend | null; export declare function getBackendFromWindow(): Backend | null;