From f9674d73750104eb36e49f29700efd333e791114 Mon Sep 17 00:00:00 2001 From: stockiNail Date: Thu, 20 Apr 2023 14:37:58 +0200 Subject: [PATCH] Fix documentation about how to manage own custom plugin for types --- docs/developers/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/plugins.md b/docs/developers/plugins.md index 60747416b91..b5e8004aa5b 100644 --- a/docs/developers/plugins.md +++ b/docs/developers/plugins.md @@ -194,7 +194,7 @@ For example, to provide typings for the [`canvas backgroundColor plugin`](../con import {ChartType, Plugin} from 'chart.js'; declare module 'chart.js' { - interface PluginOptionsByType { + interface PluginOptionsByType { customCanvasBackgroundColor?: { color?: string }