wilddragon-site/node_modules/styled-jsx/global.d.ts

9 lines
160 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import React from 'react'
declare module 'react' {
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
jsx?: boolean
global?: boolean
}
}