UNPKG
ab-test-jsx
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
React (JS) AB testing consumption
github.com/agoda-com/react-handyman
agoda-com/react-handyman
ab-test-jsx
/
lib
/
react-utils.d.ts
4 lines
(3 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
'react'
;
export
declare
const
AnonymousFunctionName
=
"Anonymous"
;
export
declare
const
nameOf
:
(
component
:
React
.
ComponentType
<
any
>
) =>
string
;