UNPKG

react-with-context

Version:

Pass context into React components and replace for React.withContext

6 lines (4 loc) 151 B
declare module 'react-with-context' { import React from 'react'; export default undefined as React.StatelessComponent<{ context: object }>; }