UNPKG

@zsviczian/excalidraw

Version:
8 lines (7 loc) 267 B
import "./PasteChartDialog.scss"; import type { Spreadsheet } from "../charts"; export declare const PasteChartDialog: ({ data, rawText, onClose, }: { data: Spreadsheet; rawText: string; onClose: () => void; }) => import("react/jsx-runtime").JSX.Element;