UNPKG
@bianic-ui/system
Version:
latest (0.1.0-alpha.2)
0.1.0-alpha.2
0.1.0-alpha.1
Bianic UI system primitives
gitlab.com/bia-design/bianic-ui
@bianic-ui/system
/
dist
/
types
/
should-forward-prop.d.ts
2 lines
(1 loc)
•
67 B
TypeScript
View Raw
1
2
export
declare
const
shouldForwardProp
:
(
prop
:
string
) =>
boolean
;