You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
424 B

4 months ago
/**
* <zh/> node icon
*
* <en/> According to the different nodes, the size of the icon is automatically calculated, and then multiplied by the following scaling factor to prevent it from being too close
*/
export declare const ICON_SIZE_RATIO = 0.8;
export declare const ELEMENT_TYPES: readonly ["node", "edge", "combo"];