UNPKG
create-slots
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.0
Bring slots to React components
github.com/nihgwu/create-slots
nihgwu/create-slots
create-slots
/
list
/
package.json
12 lines
(11 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"type"
:
"module"
,
"main"
:
"../dist/list/index.cjs"
,
"module"
:
"../dist/list/index.js"
,
"types"
:
"../dist/list/index.d.ts"
,
"exports"
:
{
"import"
:
"./../dist/list/index.js"
,
"require"
:
"./../dist/list/index.cjs"
,
"types"
:
"./../dist/list/index.d.ts"
}
}