Files
minecraft-plugin-manager/frontend/webapp/node_modules/styled-jsx/global.d.ts
2025-04-13 00:18:57 +02:00

9 lines
160 B
TypeScript

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