graphiql
Version:
An graphical interactive in-browser GraphQL IDE.
9 lines • 343 B
TypeScript
/// <reference types="react" />
import { QueryStoreItem } from '@graphiql/toolkit';
export declare function QueryHistory(): JSX.Element;
declare type QueryHistoryItemProps = {
item: QueryStoreItem;
};
export declare function QueryHistoryItem(props: QueryHistoryItemProps): JSX.Element;
export {};
//# sourceMappingURL=QueryHistory.d.ts.map