Files
crawlab/frontend/crawlab-ui/typings/services/notification/useNotificationAlertService.d.ts

7 lines
185 B
Go

import { Store } from 'vuex';
declare const useNotificationAlertService: (
store: Store<RootStoreState>
) => Services<NotificationAlert>;
export default useNotificationAlertService;