mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 11:14:23 +01:00
fix: move utility types out of .d.ts file to fix exported declaration files (#6315)
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
} from "./element/types";
|
||||
import { getShapeForElement } from "./renderer/renderElement";
|
||||
import { getCurvePathOps } from "./element/bounds";
|
||||
import { Mutable } from "./utility-types";
|
||||
|
||||
export const rotate = (
|
||||
x1: number,
|
||||
|
||||
Reference in New Issue
Block a user