Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import * as React from 'react';
export declare const GetListContext: React.Context<any>;
export declare class GetListProvider extends React.PureComponent {
/**
* @todo typings & split to dep
*/
handleChange: (data: any) => void;
renderProps: (gqlProps: any) => JSX.Element;
render(): JSX.Element;
}