Type Alias ContextProviderProps

ContextProviderProps: {
    children: any;
    contextType: any;
    value: any;
}