Skip to content

Commit

Permalink
Allow aria-hidden argument
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Jan 30, 2024
1 parent 4c3db50 commit fdee29d
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 @@ -8,6 +8,7 @@ interface SvgJarAttrs {
fill?: string | null;
width?: string | null;
height?: string | null;
'aria-hidden'?: 'true' | 'false' | null;
class?: string | null;
role?: string | null;
title?: string | null;
Expand Down

0 comments on commit fdee29d

Please sign in to comment.