mirror of https://gitee.com/antv-l7/antv-l7
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
|
declare const ConfigNotFoundError_base: ErrorConstructor;
|
||
|
export declare class ConfigNotFoundError extends ConfigNotFoundError_base {
|
||
|
constructor(message: string);
|
||
|
}
|