7 lines
139 B

export function getAMapLoader({
aMapUI,
aMapLoca,
}: {
aMapUI?: boolean | undefined;
aMapLoca?: boolean | undefined;
}): Promise<any>;