UNPKG

@excalidraw/excalidraw

Version:
9 lines (8 loc) 345 B
import React from "react"; import type { UIAppState } from "../types"; import "./PasteChartDialog.scss"; export declare const PasteChartDialog: ({ setAppState, appState, onClose, }: { appState: UIAppState; onClose: () => void; setAppState: React.Component<any, UIAppState>["setState"]; }) => import("react/jsx-runtime").JSX.Element;