2025-11-13 13:13:34 -07:00

9 lines
160 B
TypeScript

import React from 'react'
declare module 'react' {
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
jsx?: boolean
global?: boolean
}
}