UNPKG
@jlalmes/goober
Version:
latest (2.0.38-fix.5)
2.0.38-fix.5
2.0.38-fix.4
2.0.38-fix.3
2.0.38-fix.2
2.0.38-fix.1
A less than 1KB css-in-js solution
github.com/cristianbote/goober
cristianbote/goober
@jlalmes/goober
/
should-forward-prop
/
should-forward-prop.d.ts
10 lines
(6 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
= gooberShouldForwardProp;
export
as
namespace
shouldForwardProp
;
declare
namespace
gooberShouldForwardProp
{
type
ForwardPropFunction
=
(
prop
:
string
) =>
boolean
;
function
shouldForwardProp
(
fwdProp
:
ForwardPropFunction
):
(
props
:
object
) =>
undefined
; }