mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix
This commit is contained in:
parent
77ef356076
commit
06dd6de0af
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,6 @@ import { deepCopyElement } from "./element/newElement";
|
|||
import { mutateElement } from "./element/mutateElement";
|
||||
import { getContainingFrame } from "./frame";
|
||||
import { isPromiseLike, isTestEnv } from "./utils";
|
||||
import { ExcalidrawProgrammaticElement } from "./data/transform";
|
||||
|
||||
type ElementsClipboard = {
|
||||
type: typeof EXPORT_DATA_TYPES.excalidrawClipboard;
|
||||
|
@ -21,7 +20,7 @@ type ElementsClipboard = {
|
|||
|
||||
export interface ClipboardData {
|
||||
spreadsheet?: Spreadsheet;
|
||||
elements?: readonly (ExcalidrawElement | ExcalidrawProgrammaticElement)[];
|
||||
elements?: readonly ExcalidrawElement[];
|
||||
files?: BinaryFiles;
|
||||
text?: string;
|
||||
errorMessage?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue