@trycourier/courier-react-native
Version:
Inbox, Push Notifications, and Preferences for React Native
9 lines • 388 B
TypeScript
export declare class Modules {
static readonly LINKING_ERROR: string;
static readonly Client: any;
static readonly Shared: any;
static readonly System: any;
static getNativeModule<T>(nativeModule: T | undefined): T;
static getNativeComponent(componentName: string): import("react-native").HostComponent<any> | (() => never);
}
//# sourceMappingURL=Modules.d.ts.map