UNPKG

react-native-fbsdk-next

Version:
2 lines (1 loc) 73 B
export type PropsOf<T> = T extends React.Component<infer P> ? P : never;