| 9 | declare global { |
| 10 | namespace astroHTML.JSX { |
| 11 | interface HTMLAttributes extends AttributifyAttributes { } |
| 12 | } |
| 13 | namespace JSX { |
| 14 | interface HTMLAttributes<> extends AttributifyAttributes {} |
nothing calls this directly
no outgoing calls
no test coverage detected