mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: Relocate a type definition.
This commit is contained in:
parent
1f9847ed98
commit
fd9a172da9
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
import { Subtype } from "../subtypes";
|
||||
import { Point } from "../types";
|
||||
import {
|
||||
FONT_FAMILY,
|
||||
|
@ -66,7 +65,7 @@ type _ExcalidrawElementBase = Readonly<{
|
|||
updated: number;
|
||||
link: string | null;
|
||||
locked: boolean;
|
||||
subtype?: Subtype;
|
||||
subtype?: string;
|
||||
customData?: Record<string, any>;
|
||||
}>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue