UNPKG

react-native-ios-utilities

Version:
7 lines 245 B
/** * @deprecated * Do not use anymore. * Use `RNIUtilitiesModule.` instead. */ export type NotifyOnComponentWillUnmount = (reactTag: number, isManuallyTriggered: boolean) => Promise<void>; //# sourceMappingURL=SharedModuleFunctions.d.ts.map