UNPKG

react-native-cn-richtext-editor

Version:
22 lines (21 loc) 960 B
declare const _default: { getExponentPushTokenAsync(): Promise<void>; getDevicePushTokenAsync(config: { [key: string]: any; }): Promise<void>; createChannel(channelId: string, channel: string): Promise<void>; deleteChannel(channelId: string): Promise<void>; presentLocalNotification(notification: any): Promise<void>; presentLocalNotificationWithChannel(notification: any, channelId: string): Promise<void>; scheduleLocalNotification(notification: any, options: { [key: string]: any; }): Promise<void>; scheduleLocalNotificationWithChannel(notification: any, options: { [key: string]: any; }, channelId: string): Promise<void>; dismissNotification(notificationId: string): Promise<void>; dismissAllNotifications(): Promise<void>; cancelScheduledNotification(notificationId: string): Promise<void>; cancelAllScheduledNotifications(): Promise<void>; }; export default _default;