UNPKG
@re-flex/styles
Version:
latest (0.2.29)
0.2.29
0.2.28
0.2.27
0.2.26
0.2.16
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
Core Style Util Package
github.com/meftunca/reflex
meftunca/reflex
@re-flex/styles
/
ShouldForwardProp.d.ts
5 lines
(4 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
declare
const
ShouldForwardProp
:
(
props
: { [k:
string
]:
any
; }
) =>
void
;
export
default
ShouldForwardProp
;