mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix
This commit is contained in:
parent
15b5295baf
commit
7087db42c0
5 changed files with 18 additions and 16 deletions
|
@ -66,9 +66,6 @@ type _ExcalidrawElementBase = Readonly<{
|
|||
link: string | null;
|
||||
locked: boolean;
|
||||
customData?: Record<string, any>;
|
||||
children?: [
|
||||
{ text: string } & MarkOptional<ElementConstructorOpts, "x" | "y">,
|
||||
];
|
||||
}>;
|
||||
|
||||
export type ExcalidrawSelectionElement = _ExcalidrawElementBase & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue