From a3ccf6854badc7b300d87f13a30dcd9cada5a6a3 Mon Sep 17 00:00:00 2001 From: stockiNail Date: Thu, 20 Apr 2023 17:50:08 +0200 Subject: [PATCH] Fix documentation about how to manage own custom plugin for types (#11244) --- 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 }