Skip to content

Commit 0151838

Browse files
authored
Add missing animations prop to options interface. (#448)
1 parent 2d485b7 commit 0151838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/options.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ interface PointAnnotationOptions extends CoreAnnotationOptions {
6565
export interface AnnotationPluginOptions extends AnnotationEvents {
6666
annotations: AnnotationOptions[] | Record<string, AnnotationOptions>,
6767
dblClickSpeed?: Scriptable<number, PartialEventContext>,
68-
drawTime?: Scriptable<DrawTime, PartialEventContext>,
68+
drawTime?: Scriptable<DrawTime, PartialEventContext>,
69+
animations: Record<string, unknown>,
6970
}

0 commit comments

Comments
 (0)