diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 2a0c2bd8f64..17c9c02821a 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -2275,6 +2275,7 @@ export interface LegendOptions { }; } +export const SubTitle: Plugin; export const Title: Plugin; export interface TitleOptions { @@ -2685,6 +2686,7 @@ export interface PluginOptionsByType { decimation: DecimationOptions; filler: FillerOptions; legend: LegendOptions; + subtitle: TitleOptions; title: TitleOptions; tooltip: TooltipOptions; }