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
|
@ -14,6 +14,7 @@ import { encryptData, decryptData } from "../../data/encryption";
|
|||
import { MIME_TYPES } from "../../constants";
|
||||
import { reconcileElements } from "../collab/reconciliation";
|
||||
import { getSyncableElements, SyncableExcalidrawElement } from ".";
|
||||
import { ResolutionType } from "../../utility-types";
|
||||
|
||||
// private
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
|
@ -85,6 +85,7 @@ import { useAtomWithInitialValue } from "../jotai";
|
|||
import { appJotaiStore } from "./app-jotai";
|
||||
|
||||
import "./index.scss";
|
||||
import { ResolutionType } from "../utility-types";
|
||||
|
||||
polyfill();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue