mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-02 23:27:00 +02:00
feat: cache most of element selection (#6747)
This commit is contained in:
@@ -47,3 +47,6 @@ export type ForwardRef<T, P = any> = Parameters<
|
||||
export type ExtractSetType<T extends Set<any>> = T extends Set<infer U>
|
||||
? U
|
||||
: never;
|
||||
|
||||
export type SameType<T, U> = T extends U ? (U extends T ? true : false) : false;
|
||||
export type Assert<T extends true> = T;
|
||||
|
Reference in New Issue
Block a user