diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 48c12d9..7a571d3 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -22,7 +22,7 @@ declare module 'chart.js' { colorTo: (data: ScriptableContext<'sankey'>) => string; colorMode: 'gradient' | 'from' | 'to'; /* Map */ - priority?: Record + priority?: Record /* Map */ labels?: Record