Skip to content

Commit

Permalink
Add "fill" argument for {{svg-jar}} helper
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 16, 2023
1 parent 7bfe034 commit 95dba7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember-svg-jar/addon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type SvgJarAssetId = string;
type SvgJarPositional = [SvgJarAssetId];

interface SvgJarAttrs {
fill?: string | null;
width?: string | null;
height?: string | null;
class?: string | null;
Expand Down

0 comments on commit 95dba7b

Please sign in to comment.