You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
528 B

4 months ago
import type { PathArray } from '@antv/util';
export type SymbolFactor = (width: number, height: number) => PathArray;
/**
*
*/
export declare const circle: SymbolFactor;
/**
*
*/
export declare const triangle: SymbolFactor;
/**
*
*/
export declare const diamond: SymbolFactor;
/**
* >>
*/
export declare const vee: SymbolFactor;
/**
*
*/
export declare const rect: SymbolFactor;
/**
*
*/
export declare const triangleRect: SymbolFactor;
/**
* >
*/
export declare const simple: SymbolFactor;