Skip to content

Commit bbac925

Browse files
SadWoodJustineo
authored andcommitted
fix: UpdateOptions types omit notMerge
1 parent 49563d3 commit bbac925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type EventTarget = EChartsType | ZRenderType;
1414
type SetOptionType = EChartsType["setOption"];
1515
export type Option = Parameters<SetOptionType>[0];
1616

17-
export type UpdateOptions = Omit<SetOptionOpts, "notMerge">;
17+
export type UpdateOptions = SetOptionOpts;
1818
export type UpdateOptionsInjection =
1919
| UpdateOptions
2020
| null

0 commit comments

Comments
 (0)