-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomponents.json
More file actions
24 lines (24 loc) · 963 Bytes
/
Copy pathcomponents.json
File metadata and controls
24 lines (24 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"col": "./packages/col/index.js",
"row": "./packages/row/index.js",
"button": "./packages/button/index.js",
"icon": "./packages/icon/index.js",
"cell": "./packages/cell/index.js",
"cell-group": "./packages/cell-group/index.js",
"image": "./packages/image/index.js",
"toast": "./packages/toast/index.js",
"card-container": "./packages/card-container/index.js",
"root-anchor": "./packages/root-anchor/index.js",
"input": "./packages/input/index.js",
"loading": "./packages/loading/index.js",
"radio": "./packages/radio/index.js",
"radio-group": "./packages/radio-group/index.js",
"checkbox": "./packages/checkbox/index.js",
"checkbox-group": "./packages/checkbox-group/index.js",
"popup": "./packages/popup/index.js",
"overlay": "./packages/overlay/index.js",
"search": "./packages/search/index.js",
"rate": "./packages/rate/index.js",
"stepper": "./packages/stepper/index.js",
"select": "./packages/select/index.js"
}