Validation_Suite/validation-suite/frontend/atlas/node_modules/styled-jsx/global.d.ts

8 lines
160 B
TypeScript

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