UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

6 lines (5 loc) 221 B
import type { ISymbolGraphicAttribute } from '@visactor/vrender-core'; import { Symbol } from '@visactor/vrender-core'; export declare class PlayerIcon extends Symbol { constructor(params: ISymbolGraphicAttribute); }