react-native-turbo-toast
Version:
High-performance toast notifications for React Native with TurboModules
30 lines (26 loc) • 799 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ToastQueue = void 0;
/* tslint:disable */
/* eslint-disable */
class ToastQueue {}
/**
* Instantiates the given `module`, which can either be bytes or
* a precompiled `WebAssembly.Module`.
*
* @param {{ module: SyncInitInput }} module - Passing `SyncInitInput` directly is deprecated.
*
* @returns {InitOutput}
*/
/**
* If `module_or_path` is {RequestInfo} or {URL}, makes a request and
* for everything else, calls `WebAssembly.instantiate` directly.
*
* @param {{ module_or_path: InitInput | Promise<InitInput> }} module_or_path - Passing `InitInput` directly is deprecated.
*
* @returns {Promise<InitOutput>}
*/
exports.ToastQueue = ToastQueue;
//# sourceMappingURL=turbo_toast_core.d.js.map