UNPKG
@teaui/react
Version:
latest (1.14.14)
1.14.14
1.13.14
1.12.14
1.11.14
1.11.13
1.11.9
1.11.8
1.10.8
1.9.8
1.8.8
1.7.8
1.6.8
1.5.8
1.4.8
1.3.8
1.3.7
1.3.6
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
React Reconciler and renderer for TeaUI
github.com/colinta/teaui
colinta/teaui
@teaui/react
/
.dist
/
isSame.d.ts
2 lines
(1 loc)
•
77 B
TypeScript
View Raw
1
2
export
declare
function
isSame
(
lhs
:
any
,
rhs
:
any
,
depth
?:
number
):
boolean
;