UNPKG

285 BTypeScriptView Raw
1// Definitions by: @types/styled-jsx <https://www.npmjs.com/package/@types/styled-jsx>
2
3import 'react'
4
5export * from './server'
6export * from './css'
7
8declare module 'react' {
9 interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
10 jsx?: boolean
11 global?: boolean
12 }
13}