Skip to content

Commit

Permalink
Update svg-jar.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored Sep 30, 2024
1 parent 0bcdb1a commit cbe2cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember-svg-jar/addon/helpers/svg-jar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface SvgJarAttrs {
role?: string | null;
title?: string | null;
desc?: string | null;
[key: string]: unknown
}

type SvgJarReturn = SVGElement;
Expand Down

0 comments on commit cbe2cf9

Please sign in to comment.