UNPKG

react-native-fbsdk-next

Version:
3 lines 140 B
/// <reference types="react" /> export type PropsOf<T> = T extends React.Component<infer P> ? P : never; //# sourceMappingURL=index.d.ts.map