Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Nguyen committed Dec 6, 2023
1 parent 63a39ae commit 75cb491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export type AnimationItem = {
export type BaseRendererConfig = {
imagePreserveAspectRatio?: string;
className?: string;
runExpressions?: boolean;
};

export type SVGRendererConfig = BaseRendererConfig & {
Expand Down

0 comments on commit 75cb491

Please sign in to comment.