makearmy-app/node_modules/styled-jsx/global.d.ts

9 lines
160 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
import React from 'react'
declare module 'react' {
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
jsx?: boolean
global?: boolean
}
}