| 1 | declare namespace JSX { |
| 2 | interface IntrinsicElements { |
| 3 | "stripe-pricing-table": React.DetailedHTMLProps< |
| 4 | React.HTMLAttributes<HTMLElement>, |
| 5 | HTMLElement |
| 6 | >; |
| 7 | } |
| 8 | } |
| 9 | |
| 10 | declare module "*.svg" { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…