mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: move utility types out of .d.ts
file to fix exported declaration files (#6315)
This commit is contained in:
parent
cef6094d4c
commit
8542c95a7a
21 changed files with 68 additions and 49 deletions
|
@ -16,6 +16,7 @@ import { AppState, DataURL, LastActiveTool, Zoom } from "./types";
|
|||
import { unstable_batchedUpdates } from "react-dom";
|
||||
import { SHAPES } from "./shapes";
|
||||
import { isEraserActive, isHandToolActive } from "./appState";
|
||||
import { ResolutionType } from "./utility-types";
|
||||
|
||||
let mockDateTime: string | null = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue