Files
crawlab/frontend/crawlab-ui/typings/services/plugin/pluginService.d.ts

5 lines
170 B
Go

import { Store } from 'vuex';
type Plugin = CPlugin;
declare const usePluginService: (store: Store<RootStoreState>) => Services<Plugin>;
export default usePluginService;