utils.d.ts 167 B

12345
  1. import type { MarkerStyleProps } from './types';
  2. /**
  3. * 解析marker类型
  4. */
  5. export declare function parseMarker(icon: MarkerStyleProps['symbol'] | string): string;