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

4 lines
180 B
TypeScript

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