mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-16 22:10:48 +02:00
feat: create bound container from text (#6301)
* feat: create container from text * fix lint and spec * fix * round off dims * ceil * review fixes * fix * Add specs * fix * fix z-index and type * consider group * consider linear bindings * lint
This commit is contained in:
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
@@ -165,3 +165,5 @@ declare module "image-blob-reduce" {
|
||||
const reduce: ImageBlobReduce.ImageBlobReduceStatic;
|
||||
export = reduce;
|
||||
}
|
||||
|
||||
type ExtractSetType<T extends Set<any>> = T extends Set<infer U> ? U : never;
|
||||
|
Reference in New Issue
Block a user