mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 20:24:49 +01:00
refactor code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ExcalidrawElement } from "../../src/element/types";
|
||||
import { AppState } from "../../src/types";
|
||||
import { arrayToMap, arrayToMapWithIndex } from "../../src/utils";
|
||||
import { orderByFractionalIndex } from "../../src/zindex";
|
||||
import { orderByFractionalIndex } from "../../src/fractionalIndex";
|
||||
|
||||
export type ReconciledElements = readonly ExcalidrawElement[] & {
|
||||
_brand: "reconciledElements";
|
||||
|
||||
Reference in New Issue
Block a user