UNPKG
rezponsive
Version:
latest (2.0.0)
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
React decorator for responsive behaviors
github.com/zalando/rezponsive
zalando/rezponsive
rezponsive
/
dist
/
types
/
rezponsive.d.ts
5 lines
(4 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
export
declare
const
RezponsiveContext
:
React
.
Context
<{}>;
export
default
function
Rezponsive
(
Element
:
any
):
any
;
export
declare
function
RezponsiveConsumer
(
Element
:
any
):
(
props
:
any
) =>
JSX
.
Element
;