mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +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;
|