UNPKG

react-native-notifications

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android

6 lines (5 loc) 127 B
export declare class NotificationActionResponse { identifier: string; text?: string; constructor(response: any); }