Нема описа

index.d.ts 179B

123456789101112
  1. declare module '@react-native-get-music-files' {
  2. }
  3. declare module 'react-native-exit-app' {
  4. const RNExitApp: {
  5. exitApp: () => void
  6. };
  7. export = RNExitApp;
  8. }