rename name to customType
This commit is contained in:
+1
-1
@@ -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