UNPKG

react-native-notificare

Version:
5 lines (4 loc) 215 B
import type { ConfigPlugin } from 'expo/config-plugins'; import type { NotificarePluginProps } from './types/types'; declare const withNotificare: ConfigPlugin<NotificarePluginProps>; export default withNotificare;