UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

11 lines (10 loc) 296 B
import '../_version.js'; /** * Runs all of the callback functions, one at a time sequentially, in the order * in which they were registered. * * @memberof module:workbox-core * @private */ declare function executeQuotaErrorCallbacks(): Promise<void>; export { executeQuotaErrorCallbacks };