@graphql-hive/laboratory
Version:
12 lines (11 loc) • 471 B
TypeScript
import { LaboratoryHistory, LaboratoryHistoryRequest } from '../../lib/history';
export declare const HistoryOperationItem: (props: {
historyItem: LaboratoryHistoryRequest;
}) => import("react/jsx-runtime").JSX.Element;
export declare const HistoryGroup: (props: {
group: {
date: string;
items: LaboratoryHistory[];
};
}) => import("react/jsx-runtime").JSX.Element;
export declare const History: () => import("react/jsx-runtime").JSX.Element;