UNPKG

@dugongjs/cli

Version:

8 lines (7 loc) 268 B
import React from "react"; import { type PaneProps } from "../components/pane.js"; export type AggregateDiffPaneProps = PaneProps & { current: object | null; previous: object | null; }; export declare const AggregateDiffPane: React.FC<AggregateDiffPaneProps>;