react-query
Version:
Hooks for managing, caching and syncing asynchronous and remote data in React
9 lines (8 loc) • 907 B
TypeScript
export declare const Panel: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export declare const ActiveQueryPanel: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export declare const Button: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export declare const QueryKeys: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export declare const QueryKey: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export declare const Code: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export declare const Input: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
export declare const Select: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;