UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

10 lines (9 loc) 363 B
import type { SoapNotify, SoapRefresh } from '../../types/network'; /** * @deprecated Use `useSync` from `@zextras/carbonio-ui-soap-lib` directly instead. */ export declare const useNotify: () => SoapNotify[]; /** * @deprecated Use `useInfoRefresh` from `@zextras/carbonio-ui-soap-lib` directly instead. */ export declare const useRefresh: () => SoapRefresh;