UNPKG
reflexy
Version:
latest (3.62.0)
3.62.0
3.61.0
3.60.0
3.59.0
3.58.1
3.58.0
3.57.6
3.57.5
3.57.4
3.57.3
3.57.2
3.57.1
3.57.0
3.56.0
3.55.0
3.54.3
3.54.2
3.54.1
3.54.0
3.53.0
3.52.7
3.52.6
3.52.5
3.52.4
3.52.3
3.52.2
3.52.1
3.52.0
3.51.0
3.50.1
3.50.0
3.49.3
3.49.2
3.49.1
3.49.0
3.48.1
3.48.0
3.47.5
3.47.4
3.47.3
3.47.2
3.47.1
3.47.0
3.46.4
3.46.3
3.46.2
3.46.1
3.46.0
3.45.1
3.45.0
3.44.1
3.44.0
3.43.0
3.42.6
3.42.5
3.42.3
3.42.2
3.42.1
3.42.0
3.41.8
3.41.7
3.41.6
3.41.5
3.41.4
3.41.3
3.41.2
3.41.1
3.41.0
3.40.0
3.39.0
3.38.0
3.37.6
3.37.5
3.37.4
3.37.3
3.37.2
3.37.1
3.37.0
3.36.1
3.36.0
3.35.1
3.35.0
3.34.2
3.34.1
3.34.0
3.33.7
3.33.6
3.33.5
3.33.4
3.33.3
3.33.2
3.33.1
3.33.0
3.32.0
3.31.0
3.30.0
3.29.0
3.28.2
3.28.1
3.28.0
3.27.0
3.26.0
3.25.0
3.24.0
3.23.2
3.23.1
3.23.0
3.22.5
3.22.4
3.22.3
3.22.2
3.22.1
3.22.0
3.21.0
3.20.2
3.20.1
3.20.0
3.19.1
3.19.0
3.18.0
3.17.1
3.17.0
3.16.0
3.15.1
3.15.0
3.14.0
3.13.0
3.12.6
3.12.5
3.12.4
3.12.3
3.12.2
3.12.1
3.12.0
3.11.3
3.11.2
3.11.1
3.11.0
3.10.0
3.9.2
3.9.1
3.9.0
3.8.0
3.7.0
3.6.0
3.5.1
3.5.0
3.4.1
3.4.0
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.20.2
2.20.1
2.20.0
2.19.0
2.18.1
2.18.0
2.17.0
2.16.0
2.15.1
2.15.0
2.14.1
2.14.0
2.12.1
2.12.0
2.11.5
2.11.4
2.11.3
2.11.2
2.11.0
2.10.1
2.10.0
2.9.2
2.9.1
2.9.0
2.8.0
2.7.1
2.7.0
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.20.0
1.19.5
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.1
1.18.0
1.17.0
1.16.2
1.16.1
1.16.0
1.15.2
1.15.0
1.14.1
1.14.0
1.13.0
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Flexbox layout react components
github.com/vlazh/reflexy
vlazh/reflexy
reflexy
/
copyInternalProps.d.ts
5 lines
(4 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
import
type
React
from
'react'
;
import
type
Flex
from
'./Flex'
;
export
declare
const
REFLEXY_KEY
: unique
symbol
;
export
declare
function
copyInternalProps<T
extends
React
.
ComponentType
<
any
>>(
source
:
typeof
Flex
,
target
: T): T;