UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

13 lines 392 B
import { Thunk } from '../api'; /** * Show/hide the modal throbber * @param visible */ export declare function setModalThrobberVisible(visible: boolean): Thunk<void>; /** * Show/hide the unobtrusive loading throbber * @param visible * @returns {Function} */ export declare function setLoadingThrobberVisible(visible: boolean): Thunk<void>; //# sourceMappingURL=throbberActions.d.ts.map