react-native-navigation的迁移库

types.ts 152B

123456
  1. declare module 'react-lifecycles-compat' {
  2. import * as React from 'react';
  3. export function polyfill(component: React.ComponentClass<any>): void;
  4. }