Searched refs:NotificationsPluginProps (Results 1 – 6 of 6) sorted by relevance
2 export type NotificationsPluginProps = { alias27 declare const _default: ConfigPlugin<void | NotificationsPluginProps>;
2 import { NotificationsPluginProps } from './withNotifications';3 export declare const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps>;
3 import { NotificationsPluginProps } from './withNotifications';41 export declare const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps>;
8 export type NotificationsPluginProps = { alias34 const withNotifications: ConfigPlugin<NotificationsPluginProps | void> = (config, props) => {
11 import { NotificationsPluginProps } from './withNotifications';15 export const withNotificationsIOS: ConfigPlugin<NotificationsPluginProps> = (
13 import { NotificationsPluginProps } from './withNotifications';230 export const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps> = (