|
17 | 17 | ], |
18 | 18 | "exports": { |
19 | 19 | ".": { |
| 20 | + "types": "./dist/index.d.ts", |
20 | 21 | "require": "./dist/index.js", |
21 | | - "import": "./dist/index.mjs", |
22 | | - "types": "./dist/index.d.ts" |
| 22 | + "import": "./dist/index.mjs" |
23 | 23 | }, |
24 | 24 | "./switch": { |
| 25 | + "types": "./dist/client/switch/index.d.ts", |
25 | 26 | "require": "./dist/client/switch/index.js", |
26 | | - "import": "./dist/client/switch/index.mjs", |
27 | | - "types": "./dist/client/switch/index.d.ts" |
| 27 | + "import": "./dist/client/switch/index.mjs" |
28 | 28 | }, |
29 | 29 | "./dist/client/switch": { |
| 30 | + "types": "./dist/client/switch/index.d.ts", |
30 | 31 | "require": "./dist/client/switch/index.js", |
31 | | - "import": "./dist/client/switch/index.mjs", |
32 | | - "types": "./dist/client/switch/index.d.ts" |
| 32 | + "import": "./dist/client/switch/index.mjs" |
33 | 33 | }, |
34 | 34 | "./hooks": { |
| 35 | + "types": "./dist/hooks/index.d.ts", |
35 | 36 | "require": "./dist/hooks/index.js", |
36 | | - "import": "./dist/hooks/index.mjs", |
37 | | - "types": "./dist/hooks/index.d.ts" |
| 37 | + "import": "./dist/hooks/index.mjs" |
38 | 38 | }, |
39 | 39 | "./dist/hooks": { |
| 40 | + "types": "./dist/hooks/index.d.ts", |
40 | 41 | "require": "./dist/hooks/index.js", |
41 | | - "import": "./dist/hooks/index.mjs", |
42 | | - "types": "./dist/hooks/index.d.ts" |
| 42 | + "import": "./dist/hooks/index.mjs" |
43 | 43 | }, |
44 | 44 | "./css": "./dist/index.css", |
45 | 45 | "./dist/index.css": "./dist/index.css" |
|
0 commit comments