@ammarahmed/notifee-react-native
Version:
Notifee - a feature rich notifications library for React Native.
9 lines (8 loc) • 322 B
TypeScript
import { ModuleWithStatics } from './types/Module';
declare const defaultExports: ModuleWithStatics;
export default defaultExports;
export * from './types/Library';
export * from './types/Notification';
export * from './types/Trigger';
export * from './types/NotificationIOS';
export * from './types/NotificationAndroid';