UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

3 lines (2 loc) 154 B
import { Context } from 'react'; export declare const buildContextHook: <T>(ContextValue: Context<T>, hookName: string, providerName: string) => () => T;