UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

12 lines (11 loc) 372 B
import type { AgPatternName } from 'ag-charts-types'; import type { ExtendedPath2D } from '../extendedPath2D'; interface PatternFnParams { width: number; height: number; pixelRatio: number; strokeWidth: number; padding: number; } export declare const PATTERNS: Record<AgPatternName, (path: ExtendedPath2D, params: PatternFnParams) => void>; export {};