UNPKG

@visactor/vrender-core

Version:
8 lines (7 loc) 291 B
import type { SymbolType, ISymbolClass } from '../../interface'; import { TriangleUpSymbol } from './triangle-up'; export declare class TriangleSymbol extends TriangleUpSymbol implements ISymbolClass { type: SymbolType; } declare const _default: TriangleSymbol; export default _default;