build: export types for @excalidraw/utils (#7736)

* build: export types for @excalidraw/utils

* fix

* add types
This commit is contained in:
Aakansha Doshi 2024-02-29 15:43:04 +05:30 committed by GitHub
parent 99601baffc
commit f207bd0a1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 1 deletions

3
packages/utils/global.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
/// <reference types="vite/client" />
import "../excalidraw/global";
import "../excalidraw/css";