UNPKG

github-automated-repos

Version:

The library, ReactJS, that gives you the power to control / automate your GitHub data, your projects on the portfolio / website, in your own GitHub in one place!

7 lines (6 loc) 205 B
import React from 'react'; interface IPropsReactQueryProvider { children: React.ReactNode; } export declare function ReactQueryProvider({ children }: IPropsReactQueryProvider): JSX.Element; export {};