UNPKG
react-better-slot
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
用React实现的Vue中Slot的功能
github.com/ghostjzf/react-better-slot
ghostjzf/react-better-slot
react-better-slot
/
lib
/
index.d.ts
3 lines
(2 loc)
•
94 B
TypeScript
View Raw
1
2
3
export
{
default
as
withSlot }
from
"./withSlot"
;
export
{
default
as
Slot
}
from
"./Slot"
;