Skip to content

Commit 7fff21b

Browse files
authored
Add defaults.describe/defaults.override typings (#8716)
1 parent 9583edd commit 7fff21b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/index.esm.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,9 @@ export interface Defaults extends CoreChartOptions<ChartType>, ElementChartOptio
623623
set(scope: string, values: AnyObject): AnyObject;
624624
get(scope: string): AnyObject;
625625

626+
describe(scope: string, values: AnyObject): AnyObject;
627+
override(scope: string, values: AnyObject): AnyObject;
628+
626629
/**
627630
* Routes the named defaults to fallback to another scope/name.
628631
* This routing is useful when those target values, like defaults.color, are changed runtime.

0 commit comments

Comments
 (0)