UNPKG

155 BTypeScriptView Raw
1import type { Context } from 'react';
2export declare const mapDefaultContext: <CP extends {}>(context: Context<CP>) => <P extends {}>(props: P) => CP & P;