UNPKG

climb-onyx-gui

Version:
9 lines (8 loc) 285 B
import { ProjectProps } from '../interfaces'; interface HistoryPanelProps extends ProjectProps { name?: string; searchPath: string; ID: string; } declare function HistoryPanel(props: HistoryPanelProps): import("react/jsx-runtime").JSX.Element; export default HistoryPanel;