UNPKG

graphiql

Version:
9 lines 343 B
/// <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