Files
cartlog-admin/node_modules/styled-jsx/global.d.ts
2026-01-01 15:25:19 +05:30

9 lines
160 B
TypeScript

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