File size: 845 Bytes
bc20498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { CoordinateExtent, HandleType } from './types';
export declare const errorMessages: {
    error001: () => string;
    error002: () => string;
    error003: (nodeType: string) => string;
    error004: () => string;
    error005: () => string;
    error006: () => string;
    error007: (id: string) => string;
    error009: (type: string) => string;
    error008: (handleType: HandleType, { id, sourceHandle, targetHandle }: {
        id: string;
        sourceHandle: string | null;
        targetHandle: string | null;
    }) => string;
    error010: () => string;
    error011: (edgeType: string) => string;
    error012: (id: string) => string;
    error013: (lib?: string) => string;
};
export declare const infiniteExtent: CoordinateExtent;
export declare const elementSelectionKeys: string[];
//# sourceMappingURL=constants.d.ts.map