mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 13:00:09 +02:00
rename name to customType
This commit is contained in:
@@ -208,7 +208,7 @@ export type ExcalidrawAPIRefValue =
|
||||
|
||||
export type CustomElementConfig = {
|
||||
type: "custom";
|
||||
name: string;
|
||||
customType: string;
|
||||
transformHandles?: boolean;
|
||||
svg: string;
|
||||
width?: number;
|
||||
|
Reference in New Issue
Block a user