mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor code
This commit is contained in:
parent
a7154227cf
commit
d1a9c593cc
5 changed files with 128 additions and 125 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue