mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
5 lines
170 B
Go
5 lines
170 B
Go
import { Store } from 'vuex';
|
|
type Plugin = CPlugin;
|
|
declare const usePluginService: (store: Store<RootStoreState>) => Services<Plugin>;
|
|
export default usePluginService;
|