UNPKG

193 BTypeScriptView Raw
1import type { Context } from 'react';
2import type { TExtend } from 'tsfn';
3export declare const mapContext: <CP extends {}>(context: Context<CP>) => <P extends {}>(props: P) => TExtend<P, CP>;