wilddragon-site/node_modules/styled-jsx/global.d.ts
2026-04-17 15:51:01 -04:00

8 lines
160 B
TypeScript
Executable file

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