Files
EPEEAIKit/art-agent/frontend/node_modules/styled-jsx/global.d.ts
2026-04-12 01:02:14 +08:00

9 lines
160 B
TypeScript

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